Interface OCGParser.PdfOperator
- Enclosing class:
OCGParser
public static interface OCGParser.PdfOperator
PDF Operator interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Method Details
-
process
Methods that processes an operator- Parameters:
parser- the parseroperator- the operatoroperands- its operands- Throws:
IOException
-