public abstract class SetColor extends OperatorProcessor
| Constructor and Description |
|---|
SetColor() |
| Modifier and Type | Method and Description |
|---|---|
abstract PDColor |
getColor() |
abstract PDColorSpace |
getColorSpace() |
void |
process(Operator operator,
List<COSBase> arguments)
Process the operator.
|
protected abstract void |
setColor(PDColor color)
Sets either the stroking or non-stroking color value.
|
checkArrayTypesClass, getContext, getName, setContextpublic void process(Operator operator, List<COSBase> arguments) throws IOException
OperatorProcessorprocess in class OperatorProcessoroperator - the operator to processarguments - the operands to use when processingIOException - if the operator cannot be processedpublic abstract PDColor getColor()
protected abstract void setColor(PDColor color)
color - The stroking or non-stroking color value.public abstract PDColorSpace getColorSpace()
Copyright © 2020 sejda. All rights reserved.