Class Plot.AxisOptions

java.lang.Object
velo.ladaalpha.misc.Plot.AxisOptions
Enclosing class:
Plot

public static class Plot.AxisOptions extends Object
The Class AxisOptions.
  • Constructor Details

    • AxisOptions

      public AxisOptions()
  • Method Details

    • format

      public Plot.AxisOptions format(Plot.AxisFormat format)
      Format.
      Parameters:
      format - the format
      Returns:
      the axis options
    • range

      public Plot.AxisOptions range(double min, double max)
      Range.
      Parameters:
      min - the min
      max - the max
      Returns:
      the axis options