Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextChunk
-
-
Uses of TextChunk in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa that return TextChunk Modifier and Type Method Description TextChunkGFSATextChunk. getTextChunk()Constructors in org.verapdf.gf.model.impl.sa with parameters of type TextChunk Constructor Description GFSATextChunk(TextChunk textChunk, String parentsStandardTypes) -
Uses of TextChunk in org.verapdf.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type TextChunk Modifier and Type Method Description voidTextSerializer. serialize(TextChunk textChunk, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)Constructor parameters in org.verapdf.gf.model.impl.serializer with type arguments of type TextChunk Constructor Description TextSerializer(Class<TextChunk> t) -
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. getLastNormalTextChunk()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 that return TextChunk Modifier and Type Method Description static TextChunkTextChunkUtils. unionTextChunks(TextChunk firstTextChunk, TextChunk secondTextChunk)Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextChunk Modifier and Type Method Description static booleanTextChunkUtils. areNeighborsTextChunks(TextChunk firstTextChunk, TextChunk secondTextChunk)static booleanNodeUtils. areOverlapping(TextChunk textChunk, LineChunk lineChunk)static booleanTextChunkUtils. areTextChunksHaveSameBaseLine(TextChunk firstTextChunk, TextChunk secondTextChunk)static booleanTextChunkUtils. areTextChunksHaveSameStyle(TextChunk firstTextChunk, TextChunk secondTextChunk)static doubleChunksMergeUtils. getCentersDifference(TextChunk x, TextChunk y)static doubleChunksMergeUtils. getNormalTextProbabilitySecondChunk(TextChunk x, TextChunk y, double baseLineDiff, double fontSizeDiff)static doubleChunksMergeUtils. getSubscriptProbabilityFirstChunk(TextChunk x, TextChunk y, double baseLineDiff, double fontSizeDiff)static doubleChunksMergeUtils. getSubscriptProbabilitySecondChunk(TextChunk x, TextChunk y, double baseLineDiff, double fontSizeDiff)static doubleChunksMergeUtils. getSuperscriptProbabilityFirstChunk(TextChunk x, TextChunk y, double baseLineDiff, double fontSizeDiff)static doubleChunksMergeUtils. getSuperscriptProbabilitySecondChunk(TextChunk x, TextChunk y, double baseLineDiff, double fontSizeDiff)static booleanTextChunkUtils. isSpaceChunk(TextChunk chunk)static booleanTextChunkUtils. isWhiteSpaceChunk(TextChunk chunk)static doubleChunksMergeUtils. toChunkMergeProbability(TextChunk x, TextChunk y)static TextChunkTextChunkUtils. unionTextChunks(TextChunk firstTextChunk, TextChunk secondTextChunk)
-