Package htw.ai.dln.utils
Class Plot.AxisOptions
- java.lang.Object
-
- htw.ai.dln.utils.Plot.AxisOptions
-
- Enclosing class:
- Plot
public static class Plot.AxisOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AxisOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plot.AxisOptions
format(Plot.AxisFormat format)
Plot.AxisOptions
range(double min, double max)
-
-
-
Method Detail
-
format
public Plot.AxisOptions format(Plot.AxisFormat format)
-
range
public Plot.AxisOptions range(double min, double max)
-
-