public interface ContentOperator
| Modifier and Type | Method and Description |
|---|---|
String |
getOperatorName() |
void |
invoke(List<PdfObject> operands,
PdfContentStreamHandler handler,
PdfDictionary resources)
Invokes a content operator.
|
void invoke(List<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.Copyright © 2019. All rights reserved.