Package org.apache.pdfbox.util.operator
Class Invoke
java.lang.Object
org.apache.pdfbox.util.operator.OperatorProcessor
org.apache.pdfbox.util.operator.Invoke
Invoke named XObject.
- Version:
- $Revision: 1.9 $
- Author:
- Ben Litchfield, Mario Ivankovits
-
Field Summary
Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(PDFOperator operator, List<COSBase> arguments) process : Do - Invoke a named xobject.Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
getContext, setContext
-
Constructor Details
-
Invoke
public Invoke()
-
-
Method Details
-
process
process : Do - Invoke a named xobject.- Specified by:
processin classOperatorProcessor- Parameters:
operator- The operator that is being executed.arguments- List- Throws:
IOException- If there is an error processing this operator.
-