Package net.finmath.plots
Class Plot3D
- java.lang.Object
-
- net.finmath.plots.Plot3D
-
-
Constructor Summary
Constructors Constructor Description Plot3D(double xmin, double xmax, double ymin, double ymax, int numberOfPointsX, int numberOfPointsY, DoubleBinaryOperator function)Plot3D(double xmin, double xmax, double ymin, double ymax, int numberOfPointsX, int numberOfPointsY, Named<DoubleBinaryOperator> function)
-
Method Summary
All Methods Instance Methods Concrete 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()StringtoString()
-
-
-
Constructor Detail
-
Plot3D
public Plot3D(double xmin, double xmax, double ymin, double ymax, int numberOfPointsX, int numberOfPointsY, Named<DoubleBinaryOperator> function)
-
Plot3D
public Plot3D(double xmin, double xmax, double ymin, double ymax, int numberOfPointsX, int numberOfPointsY, DoubleBinaryOperator function)
-
-
Method Detail
-
saveAsJPG
public void saveAsJPG(File file, int width, int height) throws IOException
- Specified by:
saveAsJPGin interfacePlot- Throws:
IOException
-
saveAsPDF
public void saveAsPDF(File file, int width, int height)
-
saveAsSVG
public void saveAsSVG(File file, int width, int height)
-
setXAxisLabel
public Plot setXAxisLabel(String xAxisLabel)
- Specified by:
setXAxisLabelin interfacePlot
-
setYAxisLabel
public Plot setYAxisLabel(String yAxisLabel)
- Specified by:
setYAxisLabelin interfacePlot
-
setZAxisLabel
public Plot setZAxisLabel(String zAxisLabel)
- Specified by:
setZAxisLabelin interfacePlot
-
setIsLegendVisible
public Plot setIsLegendVisible(Boolean isLegendVisible)
- Specified by:
setIsLegendVisiblein interfacePlot
-
-