java.lang.Object
net.finmath.plots.util.JFreeChartToFile
-
Constructor Summary
Constructors -
Method Summary
-
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
-