Class SemanticHeading
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
- org.verapdf.wcag.algorithms.entities.SemanticParagraph
-
- org.verapdf.wcag.algorithms.entities.SemanticHeading
-
- Direct Known Subclasses:
SemanticNumberHeading
public class SemanticHeading extends SemanticParagraph
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticParagraph
enclosedBottom, enclosedTop, indentation
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticHeading()SemanticHeading(SemanticHeading heading)SemanticHeading(SemanticParagraph paragraph)SemanticHeading(SemanticPart part)SemanticHeading(SemanticSpan span)SemanticHeading(SemanticTextNode textNode)
-
Method Summary
-
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, getBackgroundColor, getColumns, getColumnsNumber, getFirstBaseline, getFirstColumn, getFirstLine, getFirstNonSpaceLine, getFirstNonSpaceLine, getFontName, getFontSize, getFontWeight, getItalicAngle, getLastBaseline, getLastColumn, getLastLine, getLinesNumber, getMaxFontSize, getPenultColumn, getPenultLine, getSecondLine, getTextColor, getTextFormat, getValue, hasFullLines, isEmpty, isSpaceNode, isStartsWithArabicNumber, setFirstLine, setLastColumn, setLastLine, setTextFormat, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, getAttributesDictionary, getChildren, getCorrectSemanticScore, getDepth, getHasLowestDepthError, getIndex, getInitialSemanticType, getNextNeighbor, getNextNode, getNodeInfo, getObjectKeyNumber, getParent, getPreviousNeighbor, getPreviousNode, getSemanticType, isLeaf, isRoot, setAttributesDictionary, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setParent, setSemanticType
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
-
-
-
Constructor Detail
-
SemanticHeading
public SemanticHeading(SemanticHeading heading)
-
SemanticHeading
public SemanticHeading(SemanticParagraph paragraph)
-
SemanticHeading
public SemanticHeading(SemanticSpan span)
-
SemanticHeading
public SemanticHeading(SemanticPart part)
-
SemanticHeading
public SemanticHeading(SemanticTextNode textNode)
-
SemanticHeading
public SemanticHeading()
-
-