Class SemanticNumberHeading
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
- org.verapdf.wcag.algorithms.entities.SemanticParagraph
-
- org.verapdf.wcag.algorithms.entities.SemanticHeading
-
- org.verapdf.wcag.algorithms.entities.SemanticNumberHeading
-
- All Implemented Interfaces:
INode
public class SemanticNumberHeading extends SemanticHeading
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticParagraph
enclosedBottom, enclosedTop, indentation
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticTextNode
lines
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticNumberHeading()SemanticNumberHeading(SemanticHeading heading)SemanticNumberHeading(SemanticNumberHeading numberHeading)SemanticNumberHeading(SemanticParagraph paragraph)SemanticNumberHeading(SemanticSpan span)SemanticNumberHeading(SemanticTextNode textNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticParagraph
equals, getIndentation, hashCode, isEnclosedBottom, isEnclosedTop, setEnclosedBottom, setEnclosedTop, setIndentation
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticTextNode
add, addAll, getFirstBaseline, getFirstLine, getFontName, getFontSize, getFontWeight, getItalicAngle, getLastBaseline, getLastLine, getLines, getLinesNumber, getPenultLine, getSecondLine, getTextColor, hasFullLines, isEmpty, isSpaceNode, isStartsWithArabicNumber, setFirstLine, setLastLine
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getHasHighestErrorLevel, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getRecognizedStructureId, getRightX, getSemanticType, getTopY, isLeaf, isRoot, setBoundingBox, setCorrectSemanticScore, setDepth, setHasHighestErrorLevel, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType
-
-
-
-
Constructor Detail
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticNumberHeading numberHeading)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticHeading heading)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticParagraph paragraph)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticTextNode textNode)
-
SemanticNumberHeading
public SemanticNumberHeading(SemanticSpan span)
-
SemanticNumberHeading
public SemanticNumberHeading()
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classSemanticHeading
-
-