Uses of Class
net.finmath.plots.Plot2DFX
-
Packages that use Plot2DFX Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plot2DFX in net.finmath.plots
Methods in net.finmath.plots that return Plot2DFX Modifier and Type Method Description Plot2DFXPlot2DFX. setTitle(java.lang.String title)Plot2DFXPlot2DFX. setXAxisLabel(java.lang.String xAxisLabel)Plot2DFXPlot2DFX. setYAxisLabel(java.lang.String yAxisLabel)Plot2DFXPlot2DFX. setYAxisRange(java.lang.Double min, java.lang.Double max)Plot2DFXPlot2DFX. update(java.util.List<Plotable2D> plotables)
-