Package com.lowagie.text.pdf.parser
Interface ContentOperator
public interface ContentOperator
Interface implemented by a series of content operators
- Since:
- 2.1.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.
-
Method Details
-
invoke
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
-