SetNonStrokingColor
, SetStrokingColor
public abstract class SetColor extends OperatorProcessor
context
Constructor | Description |
---|---|
SetColor() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract PDColor |
getColor() |
Returns either the stroking or non-stroking color value.
|
protected abstract PDColorSpace |
getColorSpace() |
Returns either the stroking or non-stroking color space.
|
void |
process(Operator operator,
java.util.List<COSBase> arguments) |
Process the operator.
|
protected abstract void |
setColor(PDColor color) |
Sets either the stroking or non-stroking color value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkArrayTypesClass, getContext, getName, setContext
public void process(Operator operator, java.util.List<COSBase> arguments) throws java.io.IOException
OperatorProcessor
process
in class OperatorProcessor
operator
- the operator to processarguments
- the operands to use when processingjava.io.IOException
- if the operator cannot be processedprotected abstract PDColor getColor()
protected abstract void setColor(PDColor color)
color
- The stroking or non-stroking color value.protected abstract PDColorSpace getColorSpace()
Copyright © 2002–2018. All rights reserved.