public class SHFill extends OperatorProcessor
context| Constructor | Description |
|---|---|
SHFill() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments) |
process : sh : shade fill the clipping area.
|
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 there is an error during execution.