public abstract class GFOpPathPaint extends GFOperator implements OpPathPaint
| Modifier and Type | Field and Description |
|---|---|
static String |
FILL_CS
Name of link to the fill color space
|
static String |
STROKE_CS
Name of link to the stroke color space
|
arguments, MAX_NUMBER_OF_ELEMENTScontextDependent| Modifier | Constructor and Description |
|---|---|
protected |
GFOpPathPaint(List<COSBase> arguments,
GraphicState state,
PDResourcesHandler resourcesHandler,
String operatorType) |
protected |
GFOpPathPaint(List<COSBase> arguments,
PDColorSpace rawFillColorSpace,
PDColorSpace rawStrokeColorSpace,
int opm,
boolean overprintingFlagStroke,
boolean overprintingFlagNonStroke,
PDResourcesHandler resourcesHandler,
String operatorType,
GraphicState inheritedGraphicState) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PDColorSpace> |
getFillCS() |
protected List<PDColorSpace> |
getStrokeCS() |
PDColorSpace |
getVeraFillCS() |
PDColorSpace |
getVeraStrokeCS() |
getLastInteger, getLastNumber, getListOfNumbersgetID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String STROKE_CS
public static final String FILL_CS
protected GFOpPathPaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType)
protected GFOpPathPaint(List<COSBase> arguments, PDColorSpace rawFillColorSpace, PDColorSpace rawStrokeColorSpace, int opm, boolean overprintingFlagStroke, boolean overprintingFlagNonStroke, PDResourcesHandler resourcesHandler, String operatorType, GraphicState inheritedGraphicState)
protected List<PDColorSpace> getFillCS()
protected List<PDColorSpace> getStrokeCS()
public PDColorSpace getVeraFillCS()
public PDColorSpace getVeraStrokeCS()
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.