public class Invoke extends OperatorProcessor
context| Constructor | Description |
|---|---|
Invoke() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments) |
process : Do - Invoke a named xobject.
|
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 processing this operator.