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