Class SemanticImageNode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticImageNode
-
- All Implemented Interfaces:
INode
public class SemanticImageNode extends SemanticNode
-
-
Field Summary
Fields Modifier and Type Field Description protected ImageChunkimage-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticImageNode(ImageChunk image)SemanticImageNode(SemanticImageNode imageNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ImageChunkgetImage()inthashCode()StringtoString()-
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
-
-
-
-
Field Detail
-
image
protected final ImageChunk image
-
-
Constructor Detail
-
SemanticImageNode
public SemanticImageNode(SemanticImageNode imageNode)
-
SemanticImageNode
public SemanticImageNode(ImageChunk image)
-
-
Method Detail
-
getImage
public ImageChunk getImage()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSemanticNode
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSemanticNode
-
toString
public String toString()
- Overrides:
toStringin classSemanticNode
-
-