Package com.itextpdf.text.pdf.ocg
Class OCGParser.XObjectOperator
java.lang.Object
com.itextpdf.text.pdf.ocg.OCGParser.XObjectOperator
- All Implemented Interfaces:
OCGParser.PdfOperator
- Enclosing class:
- OCGParser
Class that knows how to process XObject operators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Constructor Details
-
XObjectOperator
private XObjectOperator()
-
-
Method Details
-
process
public void process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) throws IOException Description copied from interface:OCGParser.PdfOperator
Methods that processes an operator- Specified by:
process
in interfaceOCGParser.PdfOperator
- Parameters:
parser
- the parseroperator
- the operatoroperands
- its operands- Throws:
IOException
- See Also:
-