Uses of Class
htw.ai.dln.utils.Plot.AxisOptions
-
Packages that use Plot.AxisOptions Package Description htw.ai.dln.utils -
-
Uses of Plot.AxisOptions in htw.ai.dln.utils
Methods in htw.ai.dln.utils that return Plot.AxisOptions Modifier and Type Method Description static Plot.AxisOptions
Plot. axisOpts()
Plot.AxisOptions
Plot.AxisOptions. format(Plot.AxisFormat format)
Plot.AxisOptions
Plot.AxisOptions. range(double min, double max)
Methods in htw.ai.dln.utils with parameters of type Plot.AxisOptions Modifier and Type Method Description Plot
Plot. xAxis(java.lang.String name, Plot.AxisOptions opts)
Plot
Plot. yAxis(java.lang.String name, Plot.AxisOptions opts)
-