| Constructor and Description |
|---|
Plot3D(double xmin,
double xmax,
double ymin,
double ymax,
int numberOfPointsX,
int numberOfPointsY,
java.util.function.DoubleBinaryOperator function) |
Plot3D(double xmin,
double xmax,
double ymin,
double ymax,
int numberOfPointsX,
int numberOfPointsY,
Named<java.util.function.DoubleBinaryOperator> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
saveAsJPG(java.io.File file,
int width,
int height) |
void |
saveAsPDF(java.io.File file,
int width,
int height) |
void |
saveAsSVG(java.io.File file,
int width,
int height) |
Plot |
setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot |
setTitle(java.lang.String title) |
Plot |
setXAxisLabel(java.lang.String xAxisLabel) |
Plot |
setYAxisLabel(java.lang.String yAxisLabel) |
Plot |
setZAxisLabel(java.lang.String zAxisLabel) |
void |
show() |
public Plot3D(double xmin,
double xmax,
double ymin,
double ymax,
int numberOfPointsX,
int numberOfPointsY,
Named<java.util.function.DoubleBinaryOperator> function)
public Plot3D(double xmin,
double xmax,
double ymin,
double ymax,
int numberOfPointsX,
int numberOfPointsY,
java.util.function.DoubleBinaryOperator function)
public void show()
throws java.lang.Exception
public void saveAsJPG(java.io.File file,
int width,
int height)
throws java.io.IOException
public void saveAsPDF(java.io.File file,
int width,
int height)
public void saveAsSVG(java.io.File file,
int width,
int height)
public Plot setXAxisLabel(java.lang.String xAxisLabel)
setXAxisLabel in interface Plotpublic Plot setYAxisLabel(java.lang.String yAxisLabel)
setYAxisLabel in interface Plotpublic Plot setZAxisLabel(java.lang.String zAxisLabel)
setZAxisLabel in interface Plotpublic Plot setIsLegendVisible(java.lang.Boolean isLegendVisible)
setIsLegendVisible in interface PlotCopyright © 2018. All Rights Reserved.