Class GFOperator
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- Direct Known Subclasses:
GFOp_Do,GFOp_sh,GFOpClip,GFOpCompatibility,GFOpGeneralGS,GFOpInlineImage,GFOpMarkedContent,GFOpPathConstruction,GFOpPathPaint,GFOpSetColor,GFOpSpecialGS,GFOpTextObject,GFOpTextPosition,GFOpTextShow,GFOpTextState,GFOpType3Font
public class GFOperator extends GenericModelObject implements Operator
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description protected List<COSBase>argumentsstatic intMAX_NUMBER_OF_ELEMENTS-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGFOperator(List<COSBase> arguments, String opType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<CosInteger>getLastInteger()protected List<CosNumber>getLastNumber()protected List<CosNumber>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
-
MAX_NUMBER_OF_ELEMENTS
public static final int MAX_NUMBER_OF_ELEMENTS
- See Also:
- Constant Field Values
-
-