| org.jfree.data.RangeInfo |
Known Indirect Subclasses
|
An interface (optional) that can be implemented by a dataset to assist in
determining the minimum and maximum values. See also DomainInfo.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the range of the values in this dataset's range.
| |||||||||||
Returns the minimum y-value in the dataset.
| |||||||||||
Returns the maximum y-value in the dataset.
| |||||||||||
Returns the range of the values in this dataset's range.
| includeInterval | a flag that determines whether or not the y-interval is taken into account. |
|---|
null if the dataset contains no
values).
Returns the minimum y-value in the dataset.
| includeInterval | a flag that determines whether or not the y-interval is taken into account. |
|---|
Returns the maximum y-value in the dataset.
| includeInterval | a flag that determines whether or not the y-interval is taken into account. |
|---|