Class Plot.Range

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

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

    • Range

      public Range(double min, double max)
      Instantiates a new range.
      Parameters:
      min - the min
      max - the max
    • Range

      public Range(Plot.Range range)
      Instantiates a new range.
      Parameters:
      range - the range
  • Method Details

    • setMin

      public void setMin(double min)
      Sets the min.
      Parameters:
      min - the new min
    • setMax

      public void setMax(double max)
      Sets the max.
      Parameters:
      max - the new max
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string