public abstract class GFOpPathPaint extends GFOperator
| 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_ELEMENTS| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.verapdf.model.pdlayer.PDColorSpace> |
getFillCS() |
protected List<org.verapdf.model.pdlayer.PDColorSpace> |
getStrokeCS() |
org.verapdf.model.pdlayer.PDColorSpace |
getVeraFillCS() |
org.verapdf.model.pdlayer.PDColorSpace |
getVeraStrokeCS() |
getLastInteger, getLastNumber, getListOfNumberspublic 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)
protected List<org.verapdf.model.pdlayer.PDColorSpace> getFillCS()
protected List<org.verapdf.model.pdlayer.PDColorSpace> getStrokeCS()
public org.verapdf.model.pdlayer.PDColorSpace getVeraFillCS()
public org.verapdf.model.pdlayer.PDColorSpace getVeraStrokeCS()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.