Class VectorGraphicsEncoder.PDFBoxProcessor

  • All Implemented Interfaces:
    de.erichseifert.vectorgraphics2d.Processor
    Enclosing class:
    VectorGraphicsEncoder

    private static class VectorGraphicsEncoder.PDFBoxProcessor
    extends java.lang.Object
    implements de.erichseifert.vectorgraphics2d.Processor
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PDFBoxProcessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.erichseifert.vectorgraphics2d.Document getDocument​(de.erichseifert.vectorgraphics2d.intermediate.CommandSequence arg0, de.erichseifert.vectorgraphics2d.util.PageSize arg1)  
      void savePdf​(Chart chart, java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PDFBoxProcessor

        private PDFBoxProcessor()
    • Method Detail

      • getDocument

        public de.erichseifert.vectorgraphics2d.Document getDocument​(de.erichseifert.vectorgraphics2d.intermediate.CommandSequence arg0,
                                                                     de.erichseifert.vectorgraphics2d.util.PageSize arg1)
        Specified by:
        getDocument in interface de.erichseifert.vectorgraphics2d.Processor
      • savePdf

        public void savePdf​(Chart chart,
                            java.io.OutputStream os)
                     throws java.io.IOException
        Throws:
        java.io.IOException