Interface MCParser.PdfOperator
- All Known Implementing Classes:
MCParser.BeginMarkedContentDictionaryOperator, MCParser.BeginTextOperator, MCParser.CopyContentOperator, MCParser.DoOperator, MCParser.EndTextOperator, MCParser.TextNewLineOperator, MCParser.TextPositioningOperator, MCParser.TextStateOperator
- Enclosing class:
MCParser
public static interface MCParser.PdfOperator
PDF Operator interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MCParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Method Details
-
process
void process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) throws DocumentException, IOException Methods that processes an operator- Parameters:
parser- the parseroperator- the operatoroperands- its operands- Throws:
IOExceptionDocumentException
-