Uses of Class
org.verapdf.wcag.algorithms.entities.content.TextLine
Packages that use TextLine
Package
Description
-
Uses of TextLine in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return TextLineModifier and TypeMethodDescriptionSemanticTextNode.getFirstLine()SemanticTextNode.getFirstNonSpaceLine()SemanticTextNode.getFirstNonSpaceLine(int pageNumber) SemanticTextNode.getLastLine()SemanticTextNode.getNonSpaceLine(int lineNumber) SemanticTextNode.getNonSpaceLine(int lineNumber, int pageNumber) SemanticTextNode.getPenultLine()SemanticTextNode.getSecondLine()Methods in org.verapdf.wcag.algorithms.entities with parameters of type TextLineModifier and TypeMethodDescriptionvoidvoidSemanticTextNode.setFirstLine(TextLine firstLine) voidSemanticTextNode.setLastLine(TextLine lastLine) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return TextLineModifier and TypeMethodDescriptionTextBlock.getFirstLine()TextColumn.getFirstLine()TextBlock.getLastLine()TextColumn.getLastLine()TextBlock.getPenultLine()TextColumn.getPenultLine()TextBlock.getSecondLine()TextColumn.getSecondLine()Methods in org.verapdf.wcag.algorithms.entities.content that return types with arguments of type TextLineMethods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLineModifier and TypeMethodDescriptionvoidvoidvoidprotected voidTextLine.addSpaceIfRequired(TextLine line) voidTextBlock.setFirstLine(TextLine firstLine) voidTextColumn.setFirstLine(TextLine firstLine) voidTextBlock.setLastLine(TextLine lastLine) voidTextColumn.setLastLine(TextLine lastLine) Method parameters in org.verapdf.wcag.algorithms.entities.content with type arguments of type TextLineConstructors in org.verapdf.wcag.algorithms.entities.content with parameters of type TextLine -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return TextLineConstructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type TextLineModifierConstructorDescriptionListItemTextInfo(int index, SemanticType semanticType, TextLine firstLine, String listItem, boolean hasOneLine) -
Uses of TextLine in org.verapdf.wcag.algorithms.entities.tables
Subclasses of TextLine in org.verapdf.wcag.algorithms.entities.tables -
Uses of TextLine in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type TextLineModifier and TypeMethodDescriptionstatic booleanCaptionUtils.areOverlapping(TextLine textLine, BoundingBox boundingBox) static doubleChunksMergeUtils.countOneLineProbability(SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine) static TextAlignmentChunksMergeUtils.getAlignment(TextBlock textBlock, TextLine currentLine) static TextAlignmentChunksMergeUtils.getAlignment(TextLine previousLine, TextLine currentLine) static doubleChunksMergeUtils.getFootnoteProbability(SemanticTextNode firstNode, SemanticTextNode secondNode, TextLine lastLine, TextLine nextLine) static booleanCaptionUtils.isContaining(TextLine firstLine, TextLine secondLine) static doubleChunksMergeUtils.mergeIndentationProbability(TextLine x, TextLine y) static doubleChunksMergeUtils.mergeLeadingProbability(TextBlock x, TextLine y) static doubleChunksMergeUtils.mergeLeadingProbability(TextLine x, TextBlock y) static doubleChunksMergeUtils.mergeLeadingProbability(TextLine x, TextLine y) static doubleChunksMergeUtils.mergeLeadingProbability(TextLine x, TextLine y, double[] fontLeadingInterval) static doubleChunksMergeUtils.toColumnsMergeProbability(TextLine x, TextLine y) static doubleChunksMergeUtils.toLineMergeProbability(TextLine x, TextLine y) static doubleChunksMergeUtils.toParagraphMergeProbability(TextLine x, TextLine y) static doubleChunksMergeUtils.toPartMergeProbability(TextLine x, TextLine y, TextLine penultLine, TextLine secondLine)