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()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)
-