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 spaceprotected PDColorSpacestatic final StringName of link to the stroke color spaceprotected PDColorSpaceFields 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, boolean isProcessColorOperators, String operatorType) -
Method Summary
Modifier and TypeMethodDescriptionprotected PDColorSpacegetColorSpace(GraphicState inheritedGraphicState, PDResourcesHandler resourcesHandler, PDColorSpace rawColorSpace, boolean op) protected List<PDColorSpace>protected List<PDColorSpace>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:
-
fillCS
-
strokeCS
-
-
Constructor Details
-
GFOpPathPaint
-
-
Method Details
-
getFillCS
-
getStrokeCS
-
getVeraFillCS
-
getVeraStrokeCS
-
getColorSpace
protected PDColorSpace getColorSpace(GraphicState inheritedGraphicState, PDResourcesHandler resourcesHandler, PDColorSpace rawColorSpace, boolean op)
-