Package net.finmath.plots
Interface Plot
-
- All Known Implementing Classes:
Plot2D,Plot2DBarFX,Plot2DFX,Plot3D,PlotProcess2D
public interface Plot- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveAsJPG(File file, int width, int height)voidsaveAsPDF(File file, int width, int height)voidsaveAsSVG(File file, int width, int height)PlotsetIsLegendVisible(Boolean isLegendVisible)PlotsetTitle(String title)PlotsetXAxisLabel(String xAxisLabel)PlotsetYAxisLabel(String yAxisLabel)PlotsetZAxisLabel(String zAxisLabel)voidshow()
-
-
-
Method Detail
-
saveAsJPG
void saveAsJPG(File file, int width, int height) throws IOException
- Throws:
IOException
-
saveAsPDF
void saveAsPDF(File file, int width, int height) throws IOException
- Throws:
IOException
-
saveAsSVG
void saveAsSVG(File file, int width, int height) throws IOException
- Throws:
IOException
-
-