Package com.itextpdf.text.pdf.ocg
Class OCGParser.MarkedContentOperator
- java.lang.Object
-
- com.itextpdf.text.pdf.ocg.OCGParser.MarkedContentOperator
-
- All Implemented Interfaces:
OCGParser.PdfOperator
- Enclosing class:
- OCGParser
private static class OCGParser.MarkedContentOperator extends java.lang.Object implements OCGParser.PdfOperator
Class that knows how to process marked content operators.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MarkedContentOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands)
Methods that processes an operator
-
-
-
Method Detail
-
process
public void process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands) throws java.io.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:
java.io.IOException
- See Also:
OCGParser.PdfOperator.process(com.itextpdf.text.pdf.ocg.OCGParser, com.itextpdf.text.pdf.PdfLiteral, java.util.List)
-
-