public interface ContentOperator
| Modifier and Type | Method and 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 content
operator - the literal PDF syntax of the operator
operands - the operands that come with the operator
Exception - any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by the PdfContentStreamProcessor
Copyright © 1998–2021. All rights reserved.