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, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)
PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, GraphStyle style)
-
Method Summary
-
Constructor Details
-
PlotableFunction2D
public PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style) -
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
-
getDomainAxis
- Specified by:
getDomainAxis
in interfacePlotable2D
-
getRangeAxis
- Specified by:
getRangeAxis
in interfacePlotable2D
-