-
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 StringgetOperatorName()voidinvoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)Invokes a content operator.
-
-
-
Method Detail
-
invoke
void invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
Invokes a content operator.- Parameters:
operands- the operands that come with the operatorhandler- content stream handler that is invoking usresources- Pdf Resources found in the file containing the stream.
-
getOperatorName
String getOperatorName()
- Returns:
- the name of the operator as it will be recognized in the pdf stream
-
-