-
public interface ContentOperatorInterface implemented by a series of content operators- Since:
- 2.1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList operands)Invokes a content operator.
-
-
-
Method Detail
-
invoke
void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList operands)
Invokes a content operator.- Parameters:
processor- the processor that is dealing with the PDF contentoperator- the literal PDF syntax of the operatoroperands- the operands that come with the operator
-
-