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