Uses of Class
net.finmath.plots.GraphStyle
Packages that use GraphStyle
-
Uses of GraphStyle in net.finmath.plots
Methods in net.finmath.plots that return GraphStyleModifier and TypeMethodDescriptionPlotable2D.getStyle()
PlotableCategories.getStyle()
PlotableFunction2D.getStyle()
PlotablePoints2D.getStyle()
Methods in net.finmath.plots with parameters of type GraphStyleModifier and TypeMethodDescriptionstatic PlotablePoints2D
PlotablePoints2D.of(String name, double[] xValues, double[] yValues, GraphStyle style)
static PlotablePoints2D
PlotablePoints2D.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)
PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)
PlotablePoints2D(String name, List<Point2D> series, GraphStyle style)