Uses of Interface
net.finmath.plots.PlotableCategories
-
Packages that use PlotableCategories Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of PlotableCategories in net.finmath.plots
Method parameters in net.finmath.plots with type arguments of type PlotableCategories Modifier and Type Method Description Plot2DBarFX
Plot2DBarFX. update(java.util.List<PlotableCategories> plotables)
Constructor parameters in net.finmath.plots with type arguments of type PlotableCategories Constructor Description 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)
-