public interface ContentOperator
Modifier and Type | Method and Description |
---|---|
String |
getOperatorName() |
void |
invoke(ArrayList<PdfObject> operands,
PdfContentStreamHandler handler,
PdfDictionary resources)
Invokes a content operator.
|
void invoke(ArrayList<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
operands
- the operands that come with the operatorhandler
- content stream handler that is invoking usresources
- Pdf Resources found in the file containing the stream.String getOperatorName()
Copyright © 2018. All rights reserved.