Class PdfContentStreamProcessor.EndPath

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EndPath()  
    • Constructor Detail

      • EndPath

        private EndPath()
    • Method Detail

      • invoke

        public void invoke​(PdfContentStreamProcessor processor,
                           PdfLiteral operator,
                           java.util.ArrayList<PdfObject> operands)
                    throws java.lang.Exception
        Description copied from interface: ContentOperator
        Invokes a content operator.
        Specified by:
        invoke in interface ContentOperator
        Parameters:
        processor - the processor that is dealing with the PDF content
        operator - the literal PDF syntax of the operator
        operands - the operands that come with the operator
        Throws:
        java.lang.Exception - any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by the PdfContentStreamProcessor