Uses of Interface
net.finmath.plots.Plotable2D
-
Packages that use Plotable2D Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plotable2D in net.finmath.plots
Subinterfaces of Plotable2D in net.finmath.plots Modifier and Type Interface Description interfacePlotableWithConfidenceInterval2DA plotable extended with a set of intervalls.Classes in net.finmath.plots that implement Plotable2D Modifier and Type Class Description classPlotableFunction2DclassPlotableFunctionWithConfidenceInterval2DclassPlotablePoints2DclassPlotablePointsWithConfidenceIntervall2DMethod parameters in net.finmath.plots with type arguments of type Plotable2D Modifier and Type Method Description Plot2DPlot2D. update(List<Plotable2D> plotables)Plot2DFXPlot2DFX. update(List<Plotable2D> plotables)Constructor parameters in net.finmath.plots with type arguments of type Plotable2D Constructor Description Plot2D(List<Plotable2D> plotables)Plot2DFX(List<Plotable2D> plotables)
-