Interface MCParser.PdfOperator
- 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
-