java.lang.Object | ||
↳ | com.shinobicontrols.charts.Range<T extends java.lang.Comparable<T>> | |
↳ | com.shinobicontrols.charts.NumberRange |
Subclass of Range
that is specific to Double; each element is
represented by a Double. This is the range type for a NumberAxis
or a
CategoryAxis.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new range with the specified maximum and minimum values.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the object representing the maximum value for this range.
| |||||||||||
Gets the object representing the minimum value for this range.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new range with the specified maximum and minimum values.
min | The minimum value for this number range |
---|---|
max | The maximum value for this number range |
Gets the object representing the maximum value for this range.
Gets the object representing the minimum value for this range.