java.lang.Object
net.finmath.plots.PlotableFunction2D
- All Implemented Interfaces:
Plotable
,Plotable2D
-
Constructor Summary
ConstructorsConstructorDescriptionPlotableFunction2D(double xmin, double xmax, int numberOfPointsX, DoubleUnaryOperator doubleUnaryOperator)
PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction)
PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, GraphStyle style)
-
Method Summary
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
getDomainAxis, getRangeAxis
-
Constructor Details
-
PlotableFunction2D
public PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, GraphStyle style) -
PlotableFunction2D
public PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction) -
PlotableFunction2D
public PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, DoubleUnaryOperator doubleUnaryOperator)
-
-
Method Details
-
getName
-
getSeries
- Specified by:
getSeries
in interfacePlotable2D
-
getStyle
- Specified by:
getStyle
in interfacePlotable2D
-