| Constructor and Description |
|---|
Plot2DBarFX() |
Plot2DBarFX(java.util.List<PlotableCategories> plotables) |
Plot2DBarFX(java.util.List<PlotableCategories> plotables,
java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
java.text.NumberFormat yAxisNumberFormat,
java.lang.Double yAxisLowerBound,
java.lang.Double yAxisUpperBound,
java.lang.Double yAxisTick,
java.lang.Boolean isLegendVisible) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.chart.Chart |
get() |
static Plot2DBarFX |
of(java.lang.String[] labels,
double[] values,
java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
java.text.NumberFormat yAxisNumberFormat,
boolean isLegendVisible) |
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) |
Plot2DBarFX |
setTitle(java.lang.String title) |
Plot2DBarFX |
setXAxisLabel(java.lang.String xAxisLabel) |
Plot2DBarFX |
setYAxisLabel(java.lang.String yAxisLabel) |
Plot2DBarFX |
setYAxisRange(java.lang.Double min,
java.lang.Double max) |
Plot |
setZAxisLabel(java.lang.String zAxisLabel) |
void |
show() |
Plot2DBarFX |
update(java.util.List<PlotableCategories> plotables) |
public Plot2DBarFX(java.util.List<PlotableCategories> plotables, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, java.text.NumberFormat yAxisNumberFormat, java.lang.Double yAxisLowerBound, java.lang.Double yAxisUpperBound, java.lang.Double yAxisTick, java.lang.Boolean isLegendVisible)
public Plot2DBarFX(java.util.List<PlotableCategories> plotables)
public Plot2DBarFX()
public static Plot2DBarFX of(java.lang.String[] labels, double[] values, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, java.text.NumberFormat yAxisNumberFormat, boolean isLegendVisible)
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 Plot2DBarFX update(java.util.List<PlotableCategories> plotables)
public Plot2DBarFX setTitle(java.lang.String title)
public Plot2DBarFX setXAxisLabel(java.lang.String xAxisLabel)
setXAxisLabel in interface Plotpublic Plot2DBarFX setYAxisLabel(java.lang.String yAxisLabel)
setYAxisLabel in interface Plotpublic Plot2DBarFX 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.