Class GFOpStrokePaint
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.GFOpStrokePaint
- All Implemented Interfaces:
Object,Operator,OpPathPaint
- Direct Known Subclasses:
GFOp_s_close_stroke,GFOp_S_stroke
- Author:
- Timur Kamalov
-
Field Summary
Fields inherited from class org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
FILL_CS, fillCS, STROKE_CS, strokeCSFields 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
ConstructorsModifierConstructorDescriptionprotectedGFOpStrokePaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.operator.pathpaint.GFOpPathPaint
getColorSpace, getFillCS, getStrokeCS, getVeraFillCS, getVeraStrokeCSMethods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbersMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, 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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Constructor Details
-
GFOpStrokePaint
protected GFOpStrokePaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType)
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-