Uses of Class
net.finmath.plots.Point2D
-
Packages that use Point2D Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Point2D in net.finmath.plots
Methods in net.finmath.plots that return types with arguments of type Point2D Modifier and Type Method Description List<Point2D>Plotable2D. getSeries()List<Point2D>PlotableFunction2D. getSeries()List<Point2D>PlotablePoints2D. getSeries()Constructor parameters in net.finmath.plots with type arguments of type Point2D Constructor Description PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, GraphStyle style)
-