Class SemanticGroupingNode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticGroupingNode
-
- All Implemented Interfaces:
INode
public class SemanticGroupingNode extends SemanticNode
Allowed semantic types: PART, SECT, DIV, ASIDE, NON_STRUCT (TABLE ???)
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticGroupingNode()SemanticGroupingNode(SemanticType initialSemanticType)SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType)
-
Method Summary
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getInitialSemanticType, getLastPageNumber, getLeftX, getNodeInfo, getPageNumber, getParent, getRecognizedStructureId, getRightX, getSemanticType, getTopY, hashCode, isLeaf, isRoot, setBoundingBox, setCorrectSemanticScore, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType, toString
-
-
-
-
Constructor Detail
-
SemanticGroupingNode
public SemanticGroupingNode()
-
SemanticGroupingNode
public SemanticGroupingNode(SemanticType initialSemanticType)
-
SemanticGroupingNode
public SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType)
-
-