Class AnnotationNode
java.lang.Object
org.verapdf.wcag.algorithms.entities.BaseObject
org.verapdf.wcag.algorithms.entities.content.InfoChunk
org.verapdf.wcag.algorithms.entities.AnnotationNode
- All Implemented Interfaces:
IChunk,IAnnotation,IObject
- Direct Known Subclasses:
GFSAAnnotationNode
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationNode(String annotationType, BoundingBox boundingBox, Integer destinationPageNumber, Integer destinationObjectKeyNumber) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
equals, unionBoundingBoxMethods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, hashCode, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
AnnotationNode
public AnnotationNode(String annotationType, BoundingBox boundingBox, Integer destinationPageNumber, Integer destinationObjectKeyNumber)
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceIAnnotation
-
getDestinationPageNumber
- Specified by:
getDestinationPageNumberin interfaceIAnnotation
-
getDestinationObjectKeyNumber
- Specified by:
getDestinationObjectKeyNumberin interfaceIAnnotation
-