public interface DomainInfo
DatasetUtilities will iterate over all the
values in the dataset to get the bounds.| Modifier and Type | Method and Description |
|---|---|
Range |
getDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
|
double |
getDomainLowerBound(boolean includeInterval)
Returns the minimum x-value in the dataset.
|
double |
getDomainUpperBound(boolean includeInterval)
Returns the maximum x-value in the dataset.
|
double getDomainLowerBound(boolean includeInterval)
includeInterval - a flag that determines whether or not the
x-interval is taken into account.Double.NaN if there are no
values.double getDomainUpperBound(boolean includeInterval)
includeInterval - a flag that determines whether or not the
x-interval is taken into account.Double.NaN if there are no
values.Range getDomainBounds(boolean includeInterval)
includeInterval - a flag that determines whether or not the
x-interval is taken into account.null if the dataset contains no
values).