Package org.verapdf.model.salayer
Interface SAFigure
-
- All Superinterfaces:
Object,SAStructElem
public interface SAFigure extends SAStructElem
structure element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangethasBBox()true, if figure has bounding box-
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
-
-
-
-
Method Detail
-
gethasBBox
Boolean gethasBBox()
true, if figure has bounding box
-
-