Uses of Class
net.finmath.plots.GraphStyle
-
Packages that use GraphStyle Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of GraphStyle in net.finmath.plots
Methods in net.finmath.plots that return GraphStyle Modifier and Type Method Description GraphStylePlotable2D. getStyle()GraphStylePlotableCategories. getStyle()GraphStylePlotableFunction2D. getStyle()GraphStylePlotableFunctionWithConfidenceInterval2D. getStyle()GraphStylePlotablePoints2D. getStyle()GraphStylePlotablePointsWithConfidenceIntervall2D. getStyle()Methods in net.finmath.plots with parameters of type GraphStyle Modifier and Type Method Description static PlotablePoints2DPlotablePoints2D. of(String name, double[] xValues, double[] yValues, GraphStyle style)static PlotablePoints2DPlotablePoints2D. of(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, GraphStyle style)static PlotablePointsWithConfidenceIntervall2DPlotablePointsWithConfidenceIntervall2D. of(String name, double[] xValues, double[] yValues, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)static PlotablePointsWithConfidenceIntervall2DPlotablePointsWithConfidenceIntervall2D. of(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)Constructors in net.finmath.plots with parameters of type GraphStyle Constructor Description PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, GraphStyle style)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, GraphStyle style)PlotablePointsWithConfidenceIntervall2D(String name, List<Point2D> series, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePointsWithConfidenceIntervall2D(String name, List<Point2D> series, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)
-