Class GFOp_q_gsave
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.generalgs.GFOpGeneralGS
-
- org.verapdf.gf.model.impl.operator.specialgs.GFOp_q_gsave
-
- All Implemented Interfaces:
Object,Op_q_gsave,Operator,OpGeneralGS,OpSpecialGS
public class GFOp_q_gsave extends GFOpGeneralGS implements Op_q_gsave
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_Q_GSAVE_TYPEType name forGFOp_q_gsave-
Fields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFOp_q_gsave(List<COSBase> arguments, int nestingLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetnestingLevel()the number of nested g/Q pair (subject to implementation limits)-
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbers
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, 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
-
-
-
-
Field Detail
-
OP_Q_GSAVE_TYPE
public static final String OP_Q_GSAVE_TYPE
Type name forGFOp_q_gsave- See Also:
- Constant Field Values
-
-
Method Detail
-
getnestingLevel
public Long getnestingLevel()
Description copied from interface:Op_q_gsavethe number of nested g/Q pair (subject to implementation limits)- Specified by:
getnestingLevelin interfaceOp_q_gsave- Returns:
- depth of graphics state
-
-