Uses of Class
net.finmath.plots.GraphStyle
Packages that use GraphStyle
- 
Uses of GraphStyle in net.finmath.plotsMethods in net.finmath.plots that return GraphStyleModifier and TypeMethodDescriptionPlotable2D.getStyle()PlotableCategories.getStyle()PlotableFunction2D.getStyle()PlotableFunctionWithConfidenceInterval2D.getStyle()PlotablePoints2D.getStyle()Methods in net.finmath.plots with parameters of type GraphStyleModifier and TypeMethodDescriptionstatic 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)Constructors in net.finmath.plots with parameters of type GraphStyleModifierConstructorDescriptionPlotableFunction2D(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)