Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextChunk
Packages that use TextChunk
Package
Description
-
Uses of TextChunk in org.verapdf.gf.model.impl.sa
Methods in org.verapdf.gf.model.impl.sa that return TextChunkConstructors in org.verapdf.gf.model.impl.sa with parameters of type TextChunk -
Uses of TextChunk in org.verapdf.gf.model.impl.serializer
Methods in org.verapdf.gf.model.impl.serializer with parameters of type TextChunkModifier and TypeMethodDescriptionvoidTextSerializer.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 -
Uses of TextChunk in org.verapdf.wcag.algorithms.entities
Constructors in org.verapdf.wcag.algorithms.entities with parameters of type TextChunkModifierConstructorDescriptionSemanticCaption(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 TextChunkModifier and TypeMethodDescriptionTextLine.getFirstTextChunk()TextLine.getLastNormalTextChunk()TextLine.getLastTextChunk()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextChunkMethods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextChunkModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type TextChunkConstructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextChunk -
Uses of TextChunk in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextChunk in org.verapdf.wcag.algorithms.entities.tablesConstructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type TextChunk -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type TextChunkModifier and TypeMethodDescriptionvoidContrastRatioConsumer.calculateContrastRatio(TextChunk textChunk) voidContrastRatioConsumer.calculateContrastRation(TextChunk textChunk, BufferedImage renderedPage) Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with type arguments of type TextChunkModifier and TypeMethodDescriptionvoidSemanticDocumentPostprocessingConsumer.checkForRepeatedCharacters(INode node, List<TextChunk> chunks) -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return TextChunk -
Uses of TextChunk in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils that return TextChunkModifier and TypeMethodDescriptionstatic TextChunkTextChunkUtils.unionTextChunks(TextChunk firstTextChunk, TextChunk secondTextChunk) Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextChunkModifier and TypeMethodDescriptionstatic 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)