Package org.verapdf.gf.model.impl.sa
Class GFSAAnnotationNode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.AnnotationNode
-
- org.verapdf.gf.model.impl.sa.GFSAAnnotationNode
-
- All Implemented Interfaces:
IAnnotation,INode
public class GFSAAnnotationNode extends AnnotationNode
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description GFSAAnnotationNode(PDAnnotation annotation)
-
Method Summary
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.AnnotationNode
getAnnotationType, getDestinationPageNumber
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getAttributesDictionary, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getErrorCodes, getHasLowestDepthError, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNextNode, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getPreviousNode, getRecognizedStructureId, getRightX, getSemanticType, getTopY, hashCode, isLeaf, isRoot, setAttributesDictionary, setBoundingBox, setCorrectSemanticScore, setDepth, setErrorCodes, setHasLowestDepthError, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType, toString
-
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, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getErrorCodes, getHasLowestDepthError, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNextNode, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getPreviousNode, getRecognizedStructureId, getRightX, getSemanticType, getTopY, isLeaf, isRoot, setAttributesDictionary, setBoundingBox, setCorrectSemanticScore, setDepth, setErrorCodes, setHasLowestDepthError, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType
-
-
-
-
Constructor Detail
-
GFSAAnnotationNode
public GFSAAnnotationNode(PDAnnotation annotation)
-
-