com.itextpdf.text.pdf.parser
Interface ContentOperator


public interface ContentOperator

Interface implemented by a series of content operators

Since:
2.1.4

Method Summary
 void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
          Invokes a content operator.
 

Method Detail

invoke

void invoke(PdfContentStreamProcessor processor,
            PdfLiteral operator,
            java.util.ArrayList<PdfObject> operands)
            throws java.lang.Exception
Invokes a content operator.

Parameters:
processor - the processor that is dealing with the PDF content
operator - the literal PDF syntax of the operator
operands - the operands that come with the operator
Throws:
java.lang.Exception - any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by the PdfContentStreamProcessor


Copyright © 2013. All Rights Reserved.