Class SemanticSpan
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
- org.verapdf.wcag.algorithms.entities.SemanticSpan
-
- All Implemented Interfaces:
INode
public class SemanticSpan extends SemanticTextNode
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticSpan()SemanticSpan(TextChunk textChunk)SemanticSpan(TextChunk textChunk, SemanticType initialSemanticType)SemanticSpan(SemanticType initialSemanticType)SemanticSpan(BoundingBox bbox)SemanticSpan(BoundingBox bbox, List<TextColumn> columns)SemanticSpan(BoundingBox bbox, SemanticType initialSemanticType)SemanticSpan(SemanticSpan span)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticTextNode
add, addAll, getBackgroundColor, getColumns, getColumnsNumber, getFirstBaseline, getFirstColumn, getFirstLine, getFirstNonSpaceLine, getFontName, getFontSize, getFontWeight, getItalicAngle, getLastBaseline, getLastColumn, getLastLine, getLinesNumber, getMaxFontSize, getPenultColumn, getPenultLine, getSecondLine, getTextColor, getTextFormat, getValue, hasFullLines, hashCode, isEmpty, isSpaceNode, isStartsWithArabicNumber, setFirstLine, setLastColumn, setLastLine, setTextFormat, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, getAttributesDictionary, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getErrorArguments, getErrorCodes, getHasLowestDepthError, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNextNode, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getPreviousNode, getRecognizedStructureId, getRightX, getSemanticType, getTopY, isLeaf, isRoot, setAttributesDictionary, setBoundingBox, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType
-
-
-
-
Constructor Detail
-
SemanticSpan
public SemanticSpan(SemanticSpan span)
-
SemanticSpan
public SemanticSpan()
-
SemanticSpan
public SemanticSpan(SemanticType initialSemanticType)
-
SemanticSpan
public SemanticSpan(BoundingBox bbox, List<TextColumn> columns)
-
SemanticSpan
public SemanticSpan(BoundingBox bbox)
-
SemanticSpan
public SemanticSpan(BoundingBox bbox, SemanticType initialSemanticType)
-
SemanticSpan
public SemanticSpan(TextChunk textChunk)
-
SemanticSpan
public SemanticSpan(TextChunk textChunk, SemanticType initialSemanticType)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSemanticTextNode
-
-