Uses of Interface
org.verapdf.wcag.algorithms.entities.IDocument
-
-
Uses of IDocument in org.verapdf.gf.model.impl.sa
Classes in org.verapdf.gf.model.impl.sa that implement IDocument Modifier and Type Class Description classGFSAPDFDocument -
Uses of IDocument in org.verapdf.wcag.algorithms.entities
Classes in org.verapdf.wcag.algorithms.entities that implement IDocument Modifier and Type Class Description classDocument -
Uses of IDocument in org.verapdf.wcag.algorithms.entities.content
Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type IDocument Constructor Description LinesCollection(IDocument document) -
Uses of IDocument in org.verapdf.wcag.algorithms.semanticalgorithms
Methods in org.verapdf.wcag.algorithms.semanticalgorithms with parameters of type IDocument Modifier and Type Method Description voidContrastRatioChecker. checkDocument(IDocument document, String pdfName)voidAccumulatedNodeSemanticChecker. checkSemanticDocument(IDocument document)voidISemanticsChecker. checkSemanticDocument(IDocument document) -
Uses of IDocument in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Constructors in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type IDocument Constructor Description LinesPreprocessingConsumer(IDocument document)SemanticDocumentPreprocessingConsumer(IDocument document, LinesCollection linesCollection)
-