Uses of Class
htw.ai.dln.utils.Plot.AxisFormat
-
Packages that use Plot.AxisFormat Package Description htw.ai.dln.utils -
-
Uses of Plot.AxisFormat in htw.ai.dln.utils
Methods in htw.ai.dln.utils that return Plot.AxisFormat Modifier and Type Method Description static Plot.AxisFormat
Plot.AxisFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Plot.AxisFormat[]
Plot.AxisFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in htw.ai.dln.utils with parameters of type Plot.AxisFormat Modifier and Type Method Description Plot.AxisOptions
Plot.AxisOptions. format(Plot.AxisFormat format)
static java.lang.String
Plot. formatDouble(double d, Plot.AxisFormat format)
-