com.itextpdf.text.pdf.ocg
Interface OCGParser.PdfOperator

Enclosing class:
OCGParser

public static interface OCGParser.PdfOperator

PDF Operator interface.


Method Summary
 void process(OCGParser parser, com.itextpdf.text.pdf.PdfLiteral operator, List<com.itextpdf.text.pdf.PdfObject> operands)
          Methods that processes an operator
 

Method Detail

process

void process(OCGParser parser,
             com.itextpdf.text.pdf.PdfLiteral operator,
             List<com.itextpdf.text.pdf.PdfObject> operands)
             throws IOException
Methods that processes an operator

Parameters:
parser - the parser
operator - the operator
operands - its operands
Throws:
IOException


Copyright © 2013. All Rights Reserved.