Uses of Interface
org.verapdf.wcag.algorithms.entities.content.IChunk
-
-
Uses of IChunk in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return types with arguments of type IChunk Modifier and Type Method Description List<IChunk>ChunkFactory. chunksFromTokens(Integer pageNumber, COSKey pageObjectNumber, List<Object> rawTokens, ResourceHandler resourceHandler, double[] cropBox)List<IChunk>ChunkContainer. get(Long mcid)List<IChunk>ChunkContainer. get(COSKey pageObjectNumber, Long mcid)List<IChunk>ChunkContainer. get(COSKey pageObjectNumber, BoundingBox boundingBox)List<IChunk>ChunkContainer. get(BoundingBox boundingBox)Methods in org.verapdf.gf.model.factory.chunks with parameters of type IChunk Modifier and Type Method Description voidChunkContainer. add(Long mcid, IChunk chunk)voidChunkContainer. add(COSKey pageObjectNumber, Long mcid, IChunk chunk) -
Uses of IChunk in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa that return types with arguments of type IChunk Modifier and Type Method Description List<IChunk>GFSAContentStream. getArtifacts()List<IChunk>GFSAPage. getArtifacts()List<IChunk>GFSAPDFDocument. getArtifacts()List<IChunk>GFSAPDFDocument. getArtifacts(Integer pageNumber) -
Uses of IChunk in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return types with arguments of type IChunk Modifier and Type Method Description List<IChunk>Document. getArtifacts()List<IChunk>Document. getArtifacts(Integer pageNumber)List<IChunk>IDocument. getArtifacts()List<IChunk>IDocument. getArtifacts(Integer pageNumber)List<IChunk>IPage. getArtifacts()List<IChunk>Page. getArtifacts() -
Uses of IChunk in org.verapdf.wcag.algorithms.entities.content
Classes in org.verapdf.wcag.algorithms.entities.content that implement IChunk Modifier and Type Class Description classImageChunkclassInfoChunkclassLineChunkclassTextChunkclassTextInfoChunkclassTextLine -
Uses of IChunk in org.verapdf.wcag.algorithms.entities.geometry
Classes in org.verapdf.wcag.algorithms.entities.geometry that implement IChunk Modifier and Type Class Description classVertex -
Uses of IChunk in org.verapdf.wcag.algorithms.entities.lists
Classes in org.verapdf.wcag.algorithms.entities.lists that implement IChunk Modifier and Type Class Description classListBodyclassListElementclassListItemclassListLabelclassPDFList -
Uses of IChunk in org.verapdf.wcag.algorithms.entities.tables
Classes in org.verapdf.wcag.algorithms.entities.tables that implement IChunk Modifier and Type Class Description classTableclassTableCellclassTableRowclassTableTokenclassTableTokenRow -
Uses of IChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Classes in org.verapdf.wcag.algorithms.semanticalgorithms.tables that implement IChunk Modifier and Type Class Description classTableCluster -
Uses of IChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type IChunk Modifier and Type Method Description static doubleTableUtils. minDeviation(IChunk first, IChunk second)
-