Uses of Class
net.finmath.plots.axis.NumberAxis
-
Packages that use NumberAxis Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of NumberAxis in net.finmath.plots
Methods in net.finmath.plots that return NumberAxis Modifier and Type Method Description default NumberAxisPlotable2D. getDomainAxis()NumberAxisPlotableFunction2D. getDomainAxis()NumberAxisPlotableFunctionWithConfidenceInterval2D. getDomainAxis()NumberAxisPlotablePoints2D. getDomainAxis()NumberAxisPlotablePointsWithConfidenceIntervall2D. getDomainAxis()default NumberAxisPlotable2D. getRangeAxis()NumberAxisPlotableFunction2D. getRangeAxis()NumberAxisPlotableFunctionWithConfidenceInterval2D. getRangeAxis()NumberAxisPlotablePoints2D. getRangeAxis()NumberAxisPlotablePointsWithConfidenceIntervall2D. getRangeAxis()Constructors in net.finmath.plots with parameters of type NumberAxis Constructor Description PlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotablePointsWithConfidenceIntervall2D(String name, List<Point2D> series, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)
-