Class AxisRange
java.lang.Object
org.eclipse.tracecompass.tmf.ui.viewers.xychart.AxisRange
Axis range with minimum and maximum values.
- Since:
- 6.0
- Author:
- Ivan Grinenko
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AxisRange
public AxisRange(double start, double end) Constructor- Parameters:
start- starting value of the rangeend- ending value of the range
-
-
Method Details