- java.lang.Object
-
- net.finmath.plots.util.JFreeChartToFile
-
public class JFreeChartToFile extends Object
-
-
Constructor Summary
Constructors Constructor Description JFreeChartToFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsaveToPDF(org.jfree.chart.JFreeChart chart, File pdfFile, int width, int height)static voidsaveToSVG(org.jfree.chart.JFreeChart chart, File svgFile, int width, int height)
-
-
-
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
-
-