Class Plot.Range

java.lang.Object
io.openems.edge.common.test.Plot.Range
Enclosing class:
Plot

public static class Plot.Range extends Object
  • Constructor Details

    • Range

      public Range(double min, double max)
    • Range

      public Range(Plot.Range range)
  • Method Details

    • setMin

      public void setMin(double min)
    • setMax

      public void setMax(double max)
    • toString

      public String toString()
      Overrides:
      toString in class Object