Class GFOp_f_fill
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
-
- org.verapdf.gf.model.impl.operator.pathpaint.GFOpFillPaint
-
- org.verapdf.gf.model.impl.operator.pathpaint.GFOp_f_fill
-
- All Implemented Interfaces:
Object,Op_f_fill,Operator,OpPathPaint
public class GFOp_f_fill extends GFOpFillPaint implements Op_f_fill
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_F_FILL_TYPEType name forGFOp_f_fill-
Fields inherited from class org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
FILL_CS, STROKE_CS
-
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_f_fill(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.operator.pathpaint.GFOpFillPaint
getLinkedObjects
-
Methods inherited from class org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
getFillCS, getStrokeCS, getVeraFillCS, getVeraStrokeCS
-
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, 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_F_FILL_TYPE
public static final String OP_F_FILL_TYPE
Type name forGFOp_f_fill- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOp_f_fill
public GFOp_f_fill(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler)
-
-