Uses of Interface
net.finmath.plots.Plot
Packages that use Plot
-
Uses of Plot in net.finmath.plots
Classes in net.finmath.plots that implement PlotModifier and TypeClassDescriptionclassSmall convenient wrapper for JFreeChart line plot derived.classSmall convenient wrapper for Java FX line plot.classSmall convenient wrapper for Java FX line plot.classSmall convenient wrapper for JZY3D derived from the JZY3D SurfaceDemo.classSmall convenient wrapper for JFreeChart line plot of a stochastic process.Methods in net.finmath.plots that return PlotModifier and TypeMethodDescriptionstatic PlotPlots.createDensityBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)Create a histogram behind a value scatter plot.static PlotPlots.createDensityBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)static PlotPlots.createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)Create a histogram behind a value scatter plot.static PlotPlots.createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)static PlotPlots.createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)Deprecated, for removal: This API element is subject to removal in a future version.static PlotPlots.createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)Deprecated, for removal: This API element is subject to removal in a future version.static PlotPlots.createScatter(List<double[]> points, Double xmin, Double xmax, Double ymin, Double ymax, int dotSize)Plot.setIsLegendVisible(Boolean isLegendVisible)Plot2DBarFX.setIsLegendVisible(Boolean isLegendVisible)Plot2DFX.setIsLegendVisible(Boolean isLegendVisible)Plot3DFX.setIsLegendVisible(Boolean isLegendVisible)PlotProcess2D.setIsLegendVisible(Boolean isLegendVisible)Plot.setXAxisLabel(String xAxisLabel)Plot3DFX.setXAxisLabel(String xAxisLabel)Plot.setYAxisLabel(String yAxisLabel)Plot3DFX.setYAxisLabel(String yAxisLabel)Plot.setZAxisLabel(String zAxisLabel)Plot2DBarFX.setZAxisLabel(String zAxisLabel)Plot2DFX.setZAxisLabel(String zAxisLabel)Plot3DFX.setZAxisLabel(String zAxisLabel)PlotProcess2D.setZAxisLabel(String zAxisLabel)