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()GraphStylePlotablePoints2D. 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)Constructors in net.finmath.plots with parameters of type GraphStyle Constructor Description 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)
-