Uses of Class
net.finmath.plots.Point2D
Packages that use Point2D
- 
Uses of Point2D in net.finmath.plots
Methods in net.finmath.plots that return types with arguments of type Point2DModifier and TypeMethodDescriptionPlotable2D.getSeries()PlotableFunction2D.getSeries()PlotableFunctionWithConfidenceInterval2D.getSeries()PlotablePoints2D.getSeries()Constructor parameters in net.finmath.plots with type arguments of type Point2DModifierConstructorDescriptionPlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, GraphStyle style)