public class Invoke extends OperatorProcessor
context| Constructor and Description |
|---|
Invoke() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
process : Do : Paint the specified XObject (section 4.7).
|
getContext, 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 invoking the sub object.