Uses of Interface
org.verapdf.wcag.algorithms.entities.ITree
Packages that use ITree
Package
Description
-
Uses of ITree in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement ITreeMethods in org.verapdf.gf.model.impl.sa that return ITree -
Uses of ITree in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement ITreeMethods in org.verapdf.wcag.algorithms.entities that return ITreeConstructors in org.verapdf.wcag.algorithms.entities with parameters of type ITree -
Uses of ITree in org.verapdf.wcag.algorithms.semanticalgorithms
Methods in org.verapdf.wcag.algorithms.semanticalgorithms with parameters of type ITreeModifier and TypeMethodDescriptionvoidContrastRatioChecker.checkSemanticTree(ITree tree, String pdfName) Traverses the document semantic tree and updates contrast ratio parameter of it's nodes. -
Uses of ITree in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type ITreeModifier and TypeMethodDescriptionvoidContrastRatioConsumer.calculateContrast(ITree tree) voidSemanticDocumentPostprocessingConsumer.checkForRepeatedCharacters(ITree tree) voidSemanticDocumentPostprocessingConsumer.checkForTitle(ITree tree) voidTableBorderConsumer.recognizeTables(ITree tree) voidSemanticDocumentPostprocessingConsumer.runPostprocessingChecks(ITree tree) voidSemanticDocumentPostprocessingConsumer.setLowestDepthErrorFlag(ITree tree) voidSemanticDocumentPostprocessingConsumer.updateBoundingBoxes(ITree tree)