Class SemanticCaption
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticTextNode
-
- org.verapdf.wcag.algorithms.entities.SemanticCaption
-
- All Implemented Interfaces:
INode
public class SemanticCaption extends SemanticTextNode
-
-
Field Summary
-
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 SemanticCaption()SemanticCaption(TextChunk textChunk)SemanticCaption(TextChunk textChunk, SemanticType initialSemanticType)SemanticCaption(SemanticType initialSemanticType)SemanticCaption(BoundingBox bbox)SemanticCaption(BoundingBox bbox, SemanticType initialSemanticType)SemanticCaption(SemanticCaption caption)SemanticCaption(SemanticTextNode textNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringtoString()-
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, hashCode, isEmpty, isSpaceNode, isStartsWithArabicNumber, setFirstLine, setLastLine
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getInitialSemanticType, getLastPageNumber, getLeftX, getNodeInfo, getPageNumber, getParent, getRecognizedStructureId, getRightX, getSemanticType, getTopY, isLeaf, isRoot, setBoundingBox, setCorrectSemanticScore, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType
-
-
-
-
Constructor Detail
-
SemanticCaption
public SemanticCaption(SemanticCaption caption)
-
SemanticCaption
public SemanticCaption(SemanticTextNode textNode)
-
SemanticCaption
public SemanticCaption()
-
SemanticCaption
public SemanticCaption(SemanticType initialSemanticType)
-
SemanticCaption
public SemanticCaption(BoundingBox bbox)
-
SemanticCaption
public SemanticCaption(BoundingBox bbox, SemanticType initialSemanticType)
-
SemanticCaption
public SemanticCaption(TextChunk textChunk)
-
SemanticCaption
public SemanticCaption(TextChunk textChunk, SemanticType initialSemanticType)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSemanticTextNode
-
toString
public String toString()
- Overrides:
toStringin classSemanticTextNode
-
-