public interface ContentOperator
| Modifier and Type | Method | Description |
|---|---|---|
void |
invoke(PdfContentStreamProcessor processor,
PdfLiteral operator,
ArrayList<PdfObject> operands) |
Invokes a content operator.
|
void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) throws Exception
processor - the processor that is dealing with the PDF contentoperator - the literal PDF syntax of the operatoroperands - the operands that come with the operatorException - any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by the PdfContentStreamProcessorCopyright © 2018. All rights reserved.