Uses of Class
net.finmath.plots.Plot2DBarFX
-
Packages that use Plot2DBarFX Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plot2DBarFX in net.finmath.plots
Methods in net.finmath.plots that return Plot2DBarFX Modifier and Type Method Description static Plot2DBarFXPlot2DBarFX. of(String[] labels, double[] values, String title, String xAxisLabel, String yAxisLabel, NumberFormat yAxisNumberFormat, boolean isLegendVisible)Plot2DBarFXPlot2DBarFX. saveAsJPG(File file, int width, int height)Plot2DBarFXPlot2DBarFX. saveAsPDF(File file, int width, int height)Plot2DBarFXPlot2DBarFX. saveAsPNG(File file, int width, int height)Plot2DBarFXPlot2DBarFX. saveAsSVG(File file, int width, int height)Plot2DBarFXPlot2DBarFX. setTitle(String title)Plot2DBarFXPlot2DBarFX. setXAxisLabel(String xAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisLabel(String yAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisRange(Double min, Double max)Plot2DBarFXPlot2DBarFX. update(List<PlotableCategories> plotables)
-