Uses of Class
velo.ladaalpha.misc.Plot.AxisOptions
Packages that use Plot.AxisOptions
- 
Uses of Plot.AxisOptions in velo.ladaalpha.misc
Methods in velo.ladaalpha.misc that return Plot.AxisOptionsModifier and TypeMethodDescriptionstatic Plot.AxisOptionsPlot.axisOpts()Axis opts.Plot.AxisOptions.format(Plot.AxisFormat format) Format.Plot.AxisOptions.range(double min, double max) Range.Methods in velo.ladaalpha.misc with parameters of type Plot.AxisOptionsModifier and TypeMethodDescriptionPlot.xAxis(String name, Plot.AxisOptions opts) X axis.Plot.yAxis(String name, Plot.AxisOptions opts) Y axis.