Class JFreeChartToFile


  • public class JFreeChartToFile
    extends Object
    • Constructor Detail

      • JFreeChartToFile

        public JFreeChartToFile()
    • Method Detail

      • saveToSVG

        public static void saveToSVG​(org.jfree.chart.JFreeChart chart,
                                     File svgFile,
                                     int width,
                                     int height)
                              throws IOException
        Throws:
        IOException
      • saveToPDF

        public static void saveToPDF​(org.jfree.chart.JFreeChart chart,
                                     File pdfFile,
                                     int width,
                                     int height)
                              throws IOException
        Throws:
        IOException