Interface IContentOperator

    • Method Detail

      • invoke

        void invoke​(PdfCanvasProcessor processor,
                    PdfLiteral operator,
                    java.util.List<PdfObject> operands)
        Called when a content operator should be processed.
        Parameters:
        processor - The processor that is dealing with the PDF content stream.
        operator - The literal PDF syntax of the operator.
        operands - The operands that come with the operator.