Class AnnotationNode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.AnnotationNode
-
- All Implemented Interfaces:
IAnnotation,INode,IObject
- Direct Known Subclasses:
GFSAAnnotationNode
public class AnnotationNode extends SemanticNode implements IAnnotation
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description AnnotationNode(String annotationType, BoundingBox boundingBox, Integer destinationPageNumber, Integer destinationObjectKeyNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnnotationType()IntegergetDestinationObjectKeyNumber()IntegergetDestinationPageNumber()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getAttributesDictionary, getChildren, getCorrectSemanticScore, getDepth, getHasLowestDepthError, getIndex, getInitialSemanticType, getNextNeighbor, getNextNode, getNodeInfo, getObjectKeyNumber, getParent, getPreviousNeighbor, getPreviousNode, getSemanticType, hashCode, isLeaf, isRoot, setAttributesDictionary, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setParent, setSemanticType, toString
-
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.INode
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 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
-
AnnotationNode
public AnnotationNode(String annotationType, BoundingBox boundingBox, Integer destinationPageNumber, Integer destinationObjectKeyNumber)
-
-
Method Detail
-
getAnnotationType
public String getAnnotationType()
- Specified by:
getAnnotationTypein interfaceIAnnotation
-
getDestinationPageNumber
public Integer getDestinationPageNumber()
- Specified by:
getDestinationPageNumberin interfaceIAnnotation
-
getDestinationObjectKeyNumber
public Integer getDestinationObjectKeyNumber()
- Specified by:
getDestinationObjectKeyNumberin interfaceIAnnotation
-
-