Uses of Interface
org.verapdf.wcag.algorithms.entities.content.IChunk
-
-
Uses of IChunk in org.verapdf.gf.model.factory.chunks
Classes in org.verapdf.gf.model.factory.chunks that implement IChunk Modifier and Type Class Description classCurveChunkMethods in org.verapdf.gf.model.factory.chunks that return types with arguments of type IChunk Modifier and Type Method Description static List<IChunk>ChunkFactory. chunksFromTokens(Integer pageNumber, COSKey objectKey, List<Object> rawTokens, GraphicsState inheritedGraphicState, ResourceHandler resourceHandler, COSKey parentObjectKey, Long markedContent)List<IChunk>ChunkContainer. get(Long mcid)List<IChunk>ChunkContainer. get(COSKey objectNumber, Long mcid)List<IChunk>ChunkContainer. get(COSKey objectNumber, 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 objectNumber, 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)List<IChunk>GFSAXForm. getArtifacts()Method parameters in org.verapdf.gf.model.impl.sa with type arguments of type IChunk Modifier and Type Method Description intGFSAStructElem. addTextChunk(int number, List<IChunk> chunks) -
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 classImageChunkclassInfoChunkclassLineArtChunkclassLineChunkclassTextBlockclassTextChunkclassTextColumnclassTextInfoChunkclassTextLine -
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)
-