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(java.lang.String[] labels, double[] values, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, java.text.NumberFormat yAxisNumberFormat, boolean isLegendVisible)Plot2DBarFXPlot2DBarFX. setTitle(java.lang.String title)Plot2DBarFXPlot2DBarFX. setXAxisLabel(java.lang.String xAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisLabel(java.lang.String yAxisLabel)Plot2DBarFXPlot2DBarFX. setYAxisRange(java.lang.Double min, java.lang.Double max)Plot2DBarFXPlot2DBarFX. update(java.util.List<PlotableCategories> plotables)
-