java.lang.Object
net.finmath.plots.PlotablePoints2D
- All Implemented Interfaces:
Plotable,Plotable2D
-
Constructor Summary
ConstructorsConstructorDescriptionPlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, GraphStyle style) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getStyle()static PlotablePoints2Dof(String name, double[] xValues, double[] yValues, GraphStyle style)static PlotablePoints2Dof(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, GraphStyle style)
-
Constructor Details
-
PlotablePoints2D
public PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style) -
PlotablePoints2D
-
-
Method Details
-
of
public static PlotablePoints2D of(String name, double[] xValues, double[] yValues, GraphStyle style) -
of
public static PlotablePoints2D of(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, GraphStyle style) -
getName
-
getSeries
- Specified by:
getSeriesin interfacePlotable2D
-
getDomainAxis
- Specified by:
getDomainAxisin interfacePlotable2D
-
getRangeAxis
- Specified by:
getRangeAxisin interfacePlotable2D
-
getStyle
- Specified by:
getStylein interfacePlotable2D
-