Uses of Interface
org.verapdf.wcag.algorithms.entities.ITree
-
Packages that use ITree Package Description org.verapdf.gf.model.impl.sa org.verapdf.wcag.algorithms.entities org.verapdf.wcag.algorithms.semanticalgorithms -
-
Uses of ITree in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement ITree Modifier and Type Class Description classGFSAStructTreeRootMethods in org.verapdf.gf.model.impl.sa that return ITree Modifier and Type Method Description ITreeGFSAPDFDocument. getTree() -
Uses of ITree in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement ITree Modifier and Type Class Description classSemanticTreeMethods in org.verapdf.wcag.algorithms.entities that return ITree Modifier and Type Method Description ITreeDocument. getTree()ITreeIDocument. getTree()Constructors in org.verapdf.wcag.algorithms.entities with parameters of type ITree Constructor Description Document(ITree tree) -
Uses of ITree in org.verapdf.wcag.algorithms.semanticalgorithms
Methods in org.verapdf.wcag.algorithms.semanticalgorithms with parameters of type ITree Modifier and Type Method Description voidContrastRatioChecker. checkSemanticTree(ITree tree, String pdfName)Traverses the document semantic tree and updates contrast ratio parameter of it's nodes.
-