java.lang.Object
org.eclipse.tracecompass.tmf.ui.viewers.xychart.AxisRange

public class AxisRange extends Object
Axis range with minimum and maximum values.
Since:
6.0
Author:
Ivan Grinenko
  • Constructor Details

    • AxisRange

      public AxisRange(double start, double end)
      Constructor
      Parameters:
      start - starting value of the range
      end - ending value of the range
  • Method Details

    • getLower

      public double getLower()
      Gets the lower value of the range.
      Returns:
      The lower value of the range.
    • getUpper

      public double getUpper()
      Gets the upper value of the range.
      Returns:
      The upper value of the range.
    • toString

      public String toString()
      Overrides:
      toString in class Object