Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
-
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.content
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.content Modifier and Type Class Description classTextChunkclassTextLineMethods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextInfoChunk Modifier and Type Method Description protected voidTextInfoChunk. add(TextInfoChunk chunk) -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.lists
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.lists Modifier and Type Class Description classListBodyclassListElementclassListItemclassListLabel -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.entities.tables Modifier and Type Class Description classTableCellclassTableRowclassTableTokenclassTableTokenRow -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Subclasses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables Modifier and Type Class Description classTableCluster -
Uses of TextInfoChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextInfoChunk Modifier and Type Method Description static 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 doubleTableUtils. getRowGapFactor(TextInfoChunk tokenRow, TextInfoChunk nextTokenRow)static booleanTableUtils. isAnyContaining(TextInfoChunk chunk1, TextInfoChunk chunk2)static booleanTableUtils. isContaining(TextInfoChunk first, TextInfoChunk second)
-