| Constructor and Description |
|---|
Plot2D(double xmin,
double xmax,
int numberOfPointsX,
java.util.function.DoubleUnaryOperator function) |
Plot2D(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators) |
Plot2D(java.util.List<Plotable2D> plotables) |
| 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) |
Plot2D |
setTitle(java.lang.String title) |
Plot2D |
setXAxisLabel(java.lang.String xAxisLabel) |
Plot2D |
setYAxisLabel(java.lang.String yAxisLabel) |
Plot |
setZAxisLabel(java.lang.String zAxisLabel) |
void |
show() |
Plot2D |
update(java.util.List<Plotable2D> plotables) |
public Plot2D(double xmin,
double xmax,
int numberOfPointsX,
java.util.function.DoubleUnaryOperator function)
public Plot2D(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators)
public Plot2D(java.util.List<Plotable2D> plotables)
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)
throws java.io.IOException
public void saveAsSVG(java.io.File file,
int width,
int height)
throws java.io.IOException
public Plot2D update(java.util.List<Plotable2D> plotables)
public Plot2D setXAxisLabel(java.lang.String xAxisLabel)
setXAxisLabel in interface Plotpublic Plot2D 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 PlotisLegendVisible - the isLegendVisible to setCopyright © 2018. All Rights Reserved.