Package com.itextpdf.text.pdf.ocg
Class OCGParser.GraphicsOperator
java.lang.Object
com.itextpdf.text.pdf.ocg.OCGParser.GraphicsOperator
- All Implemented Interfaces:
OCGParser.PdfOperator
- Enclosing class:
- OCGParser
Class that knows how to process graphics state operators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Constructor Details
-
GraphicsOperator
private GraphicsOperator()
-
-
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:
-