Class GFSAFigure
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAStructElem
-
- org.verapdf.gf.model.impl.sa.structelems.GFSAFigure
-
- All Implemented Interfaces:
Object,SAFigure,SAStructElem
public class GFSAFigure extends GFSAStructElem implements SAFigure
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIGURE_STRUCTURE_ELEMENT_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.sa.GFSAStructElem
children, CHILDREN, structElemDictionary
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAFigure(PDStructElem structElemDictionary, String parentsStandardTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangethasBBox()true, if figure has bounding box-
Methods inherited from class org.verapdf.gf.model.impl.sa.GFSAStructElem
addTextChunk, getChildren, getContext, getcorrectSemanticScore, getcorrectType, gethasLowestDepthError, getID, getisLeafElem, getisListChild, getisListElem, getisTableChild, getisTableElem, getkidsStandardTypes, getlastPage, getLinkedObjects, getNode, getpage, getPageObjectNumber, getparentsStandardTypes, getparentStandardType, getstandardType, getstructureID, getStructureType, getTextValue, getType, getvalueS, parseChildren, setNode
-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.salayer.SAStructElem
getcorrectSemanticScore, getcorrectType, gethasLowestDepthError, getisLeafElem, getisListChild, getisListElem, getisTableChild, getisTableElem, getkidsStandardTypes, getlastPage, getpage, getparentsStandardTypes, getparentStandardType, getstandardType, getstructureID, getvalueS
-
-
-
-
Field Detail
-
FIGURE_STRUCTURE_ELEMENT_TYPE
public static final String FIGURE_STRUCTURE_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSAFigure
public GFSAFigure(PDStructElem structElemDictionary, String parentsStandardTypes)
-
-
Method Detail
-
gethasBBox
public Boolean gethasBBox()
Description copied from interface:SAFiguretrue, if figure has bounding box- Specified by:
gethasBBoxin interfaceSAFigure
-
-