Class JFreeChartToFile

java.lang.Object
net.finmath.plots.util.JFreeChartToFile

public class JFreeChartToFile extends Object
  • Constructor Details

    • JFreeChartToFile

      public JFreeChartToFile()
  • Method Details

    • 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