-
- All Known Implementing Classes:
Plot2D,Plot2DBarFX,Plot2DFX,Plot3DFX,PlotProcess2D
public interface Plot- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()PlotsaveAsJPG(File file, int width, int height)PlotsaveAsPDF(File file, int width, int height)PlotsaveAsSVG(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
Plot saveAsJPG(File file, int width, int height) throws IOException
- Throws:
IOException
-
saveAsPDF
Plot saveAsPDF(File file, int width, int height) throws IOException
- Throws:
IOException
-
saveAsSVG
Plot saveAsSVG(File file, int width, int height) throws IOException
- Throws:
IOException
-
-