-
- 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(java.io.File file, int width, int height)voidsaveAsPDF(java.io.File file, int width, int height)voidsaveAsSVG(java.io.File file, int width, int height)PlotsetIsLegendVisible(java.lang.Boolean isLegendVisible)PlotsetTitle(java.lang.String title)PlotsetXAxisLabel(java.lang.String xAxisLabel)PlotsetYAxisLabel(java.lang.String yAxisLabel)PlotsetZAxisLabel(java.lang.String zAxisLabel)voidshow()
-
-
-
Method Detail
-
show
void show() throws java.lang.Exception
- Throws:
java.lang.Exception
-
saveAsJPG
void saveAsJPG(java.io.File file, int width, int height) throws java.io.IOException- Throws:
java.io.IOException
-
saveAsPDF
void saveAsPDF(java.io.File file, int width, int height) throws java.io.IOException- Throws:
java.io.IOException
-
saveAsSVG
void saveAsSVG(java.io.File file, int width, int height) throws java.io.IOException- Throws:
java.io.IOException
-
setTitle
Plot setTitle(java.lang.String title)
-
setXAxisLabel
Plot setXAxisLabel(java.lang.String xAxisLabel)
-
setYAxisLabel
Plot setYAxisLabel(java.lang.String yAxisLabel)
-
setZAxisLabel
Plot setZAxisLabel(java.lang.String zAxisLabel)
-
setIsLegendVisible
Plot setIsLegendVisible(java.lang.Boolean isLegendVisible)
-
-