public class SetStrokingDeviceRGBColor extends SetStrokingColor
| Constructor and Description |
|---|
SetStrokingDeviceRGBColor(PDFStreamEngine context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this operator, e.g.
|
void |
process(Operator operator,
List<COSBase> arguments)
RG Set the stroking colour space to DeviceRGB and set the colour to
use for stroking operations.
|
getColor, getColorSpace, setColorcheckArrayTypesClass, getContextpublic SetStrokingDeviceRGBColor(PDFStreamEngine context)
public void process(Operator operator, List<COSBase> arguments) throws IOException
process in class SetColoroperator - The operator that is being executed.arguments - ListIOException - If the color space cannot be read.public String getName()
OperatorProcessorgetName in class SetStrokingColorCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.