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 PlotablePoints2D
of(String name, double[] xValues, double[] yValues, GraphStyle style)
static PlotablePoints2D
of(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, GraphStyle style)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.finmath.plots.Plotable2D
getError
-
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:
getSeries
in interfacePlotable2D
-
getDomainAxis
- Specified by:
getDomainAxis
in interfacePlotable2D
-
getRangeAxis
- Specified by:
getRangeAxis
in interfacePlotable2D
-
getStyle
- Specified by:
getStyle
in interfacePlotable2D
-