Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
Packages that use TextInfoChunk
Package
Description
-
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.content
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.contentMethods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextInfoChunk -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.lists
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.lists -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.tablesModifier and TypeClassDescriptionclassclassclassclass -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tablesMethods in org.verapdf.wcag.algorithms.semanticalgorithms.tables with parameters of type TextInfoChunkModifier and TypeMethodDescriptionbooleanTableRecognitionArea.addTokenToRecognitionArea(TextInfoChunk chunk) static TableClusterTableCluster.getTableCluster(TextInfoChunk chunk) -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextInfoChunkModifier and TypeMethodDescriptionstatic booleanTableUtils.areCenterOverlapping(TextInfoChunk chunk1, TextInfoChunk chunk2) static booleanTableUtils.areOverlapping(TextInfoChunk chunk1, TextInfoChunk chunk2) static booleanTableUtils.areStrongCenterOverlapping(TextInfoChunk chunk1, TextInfoChunk chunk2) static booleanTableUtils.areStrongContaining(TextInfoChunk chunk1, TextInfoChunk chunk2) static doubleChunksMergeUtils.getBaseLineDifference(TextInfoChunk x, TextInfoChunk y) static doubleChunksMergeUtils.getFontSizeDifference(TextInfoChunk x, TextInfoChunk y) static doubleTableUtils.getRowGapFactor(TextInfoChunk tokenRow, TextInfoChunk nextTokenRow) static booleanTableUtils.isAnyContaining(TextInfoChunk chunk1, TextInfoChunk chunk2) static booleanTableUtils.isContaining(TextInfoChunk first, TextInfoChunk second) static doubleChunksMergeUtils.toLineMergeProbability(TextInfoChunk x, TextInfoChunk y)