| Constructor and Description |
|---|
Plot2DFX() |
Plot2DFX(double xmin,
double xmax,
int numberOfPointsX,
java.util.function.DoubleUnaryOperator function) |
Plot2DFX(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators) |
Plot2DFX(java.util.List<Plotable2D> plotables) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.chart.Chart |
get() |
void |
saveAsJPG(java.io.File file,
int width,
int height) |
void |
saveAsPDF(java.io.File file,
int width,
int height) |
void |
saveAsPNG(java.io.File file,
int width,
int height) |
void |
saveAsSVG(java.io.File file,
int width,
int height) |
Plot |
setIsLegendVisible(java.lang.Boolean isLegendVisible) |
Plot2DFX |
setTitle(java.lang.String title) |
Plot2DFX |
setXAxisLabel(java.lang.String xAxisLabel) |
Plot2DFX |
setYAxisLabel(java.lang.String yAxisLabel) |
Plot2DFX |
setYAxisRange(java.lang.Double min,
java.lang.Double max) |
Plot |
setZAxisLabel(java.lang.String zAxisLabel) |
void |
show() |
Plot2DFX |
update(java.util.List<Plotable2D> plotables) |
public Plot2DFX(java.util.List<Plotable2D> plotables)
public Plot2DFX(double xmin,
double xmax,
int numberOfPointsX,
java.util.function.DoubleUnaryOperator function)
public Plot2DFX(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators)
public Plot2DFX()
public javafx.scene.chart.Chart get()
public void saveAsJPG(java.io.File file,
int width,
int height)
throws java.io.IOException
public void saveAsPNG(java.io.File file,
int width,
int height)
throws java.io.IOException
java.io.IOExceptionpublic 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 Plot2DFX update(java.util.List<Plotable2D> plotables)
public Plot2DFX setXAxisLabel(java.lang.String xAxisLabel)
setXAxisLabel in interface Plotpublic Plot2DFX setYAxisLabel(java.lang.String yAxisLabel)
setYAxisLabel in interface Plotpublic Plot2DFX setYAxisRange(java.lang.Double min, java.lang.Double max)
public Plot setZAxisLabel(java.lang.String zAxisLabel)
setZAxisLabel in interface Plotpublic Plot setIsLegendVisible(java.lang.Boolean isLegendVisible)
setIsLegendVisible in interface PlotisLegendVisible - the isLegendVisible to setCopyright © 2019. All Rights Reserved.