- All Known Implementing Classes:
Plot2D
,Plot2DBarFX
,Plot2DFX
,Plot3DFX
,PlotProcess2D
public interface Plot
- Author:
- Christian Fries
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
setIsLegendVisible(Boolean isLegendVisible)
setXAxisLabel(String xAxisLabel)
setYAxisLabel(String yAxisLabel)
setZAxisLabel(String zAxisLabel)
void
show()
-
Method Details
-
show
- Throws:
Exception
-
close
- Throws:
Exception
-
saveAsJPG
- Throws:
IOException
-
saveAsPDF
- Throws:
IOException
-
saveAsSVG
- Throws:
IOException
-
setTitle
-
setXAxisLabel
-
setYAxisLabel
-
setZAxisLabel
-
setIsLegendVisible
-