public abstract class PBOpPathPaint extends PBOperator 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 |
PBOpPathPaint(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
String opType,
PDDocument document,
PDFAFlavour flavour)
Default constructor
|
protected |
PBOpPathPaint(List<COSBase> arguments,
PDAbstractPattern fillPattern,
PDAbstractPattern strokePattern,
PDColorSpace pbStrokeColorSpace,
PDColorSpace pbFillColorSpace,
PDInheritableResources resources,
String type,
int op,
boolean overprintingFlagStroke,
boolean overprintingFlagNonStroke,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PDColorSpace> |
getFillCS() |
protected List<PDColorSpace> |
getStrokeCS() |
PDColorSpace |
getVeraModelFillCS() |
PDColorSpace |
getVeraModelStrokeCS() |
getLastNumber, getLastReal, getListOfNumbers, getListOfRealsgetContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String STROKE_CS
public static final String FILL_CS
protected PBOpPathPaint(List<COSBase> arguments, GraphicState state, PDInheritableResources resources, String opType, PDDocument document, PDFAFlavour flavour)
arguments - arguments for current operator, must be empty.state - graphic state for current operatorresources - resources for tilling pattern if it`s usedprotected PBOpPathPaint(List<COSBase> arguments, PDAbstractPattern fillPattern, PDAbstractPattern strokePattern, PDColorSpace pbStrokeColorSpace, PDColorSpace pbFillColorSpace, PDInheritableResources resources, String type, int op, boolean overprintingFlagStroke, boolean overprintingFlagNonStroke, PDDocument document, PDFAFlavour flavour)
protected List<PDColorSpace> getFillCS()
public PDColorSpace getVeraModelFillCS()
protected List<PDColorSpace> getStrokeCS()
public PDColorSpace getVeraModelStrokeCS()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.