Uses of Class
net.finmath.plots.axis.NumberAxis
Packages that use NumberAxis
-
Uses of NumberAxis in net.finmath.plots
Methods in net.finmath.plots that return NumberAxisModifier and TypeMethodDescriptiondefault NumberAxis
Plotable2D.getDomainAxis()
PlotableFunction2D.getDomainAxis()
PlotablePoints2D.getDomainAxis()
default NumberAxis
Plotable2D.getRangeAxis()
PlotableFunction2D.getRangeAxis()
PlotablePoints2D.getRangeAxis()
Constructors in net.finmath.plots with parameters of type NumberAxisModifierConstructorDescriptionPlotableFunction2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)
PlotablePoints2D(String name, List<Point2D> series, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)