Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextChunk
-
-
Uses of TextChunk in org.verapdf.gf.model.impl.sa
Constructors in org.verapdf.gf.model.impl.sa with parameters of type TextChunk Constructor Description GFSATextChunk(TextChunk textChunk) -
Uses of TextChunk in org.verapdf.wcag.algorithms.entities
Constructors in org.verapdf.wcag.algorithms.entities with parameters of type TextChunk Constructor Description SemanticCaption(TextChunk textChunk)SemanticCaption(TextChunk textChunk, SemanticType initialSemanticType)SemanticSpan(TextChunk textChunk)SemanticSpan(TextChunk textChunk, SemanticType initialSemanticType)SemanticTextNode(TextChunk textChunk)SemanticTextNode(TextChunk textChunk, SemanticType initialSemanticType) -
Uses of TextChunk in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return TextChunk Modifier and Type Method Description TextChunkTextLine. getFirstTextChunk()TextChunkTextLine. getLastTextChunk()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextChunk Modifier and Type Method Description List<TextChunk>TextLine. getTextChunks()Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextChunk Modifier and Type Method Description voidTextChunk. add(TextChunk chunk)voidTextLine. add(TextChunk chunk)Method parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type TextChunk Modifier and Type Method Description voidTextChunk. addAll(List<TextChunk> otherChunks)Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextChunk Constructor Description TextChunk(TextChunk chunk)TextLine(TextChunk chunk) -
Uses of TextChunk in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextChunk in org.verapdf.wcag.algorithms.entities.tables Modifier and Type Class Description classTableTokenConstructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TextChunk Constructor Description TableToken(TextChunk textChunk, INode node) -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type TextChunk Modifier and Type Method Description voidContrastRatioConsumer. calculateContrastRatio(TextChunk textChunk)voidContrastRatioConsumer. calculateContrastRation(TextChunk textChunk, BufferedImage renderedPage) -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TextChunk Modifier and Type Method Description TextChunkTableCluster. getFirstToken()TextChunkTableCluster. getLastToken() -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextChunk Modifier and Type Method Description static booleanNodeUtils. areOverlapping(TextChunk textChunk, LineChunk lineChunk)static booleanTextChunkUtils. isSpaceChunk(TextChunk chunk)static booleanTextChunkUtils. isWhiteSpaceChunk(TextChunk chunk)static doubleChunksMergeUtils. toChunkMergeProbability(TextChunk x, TextChunk y)static doubleChunksMergeUtils. toLineMergeProbability(TextChunk x, TextChunk y)
-