Class GFOpPathPaint
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.operator.base.GFOperator
org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
- All Implemented Interfaces:
Object,Operator,OpPathPaint
- Direct Known Subclasses:
GFOp_n,GFOpFillAndStroke,GFOpFillPaint,GFOpStrokePaint
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of link to the fill color spacestatic final StringName of link to the stroke color spaceFields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGFOpPathPaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType) protectedGFOpPathPaint(List<COSBase> arguments, PDColorSpace rawFillColorSpace, PDColorSpace rawStrokeColorSpace, int opm, boolean overprintingFlagStroke, boolean overprintingFlagNonStroke, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String operatorType) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbersMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
STROKE_CS
Name of link to the stroke color space- See Also:
-
FILL_CS
Name of link to the fill color space- See Also:
-
-
Constructor Details
-
GFOpPathPaint
protected GFOpPathPaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType) -
GFOpPathPaint
protected GFOpPathPaint(List<COSBase> arguments, PDColorSpace rawFillColorSpace, PDColorSpace rawStrokeColorSpace, int opm, boolean overprintingFlagStroke, boolean overprintingFlagNonStroke, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String operatorType)
-
-
Method Details
-
getFillCS
-
getStrokeCS
-
getVeraFillCS
-
getVeraStrokeCS
-