public class SetNonStrokingRGBColor extends OperatorProcessor
Set the non stroking color space.
context| Constructor | Description |
|---|---|
SetNonStrokingRGBColor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments) |
rg Set color space for non stroking operations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, setContextpublic void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process in class OperatorProcessoroperator - The operator that is being executed.arguments - Listjava.io.IOException - If an error occurs while processing the font.