public interface RangeInfo
DomainInfo.| Modifier and Type | Method and Description |
|---|---|
Range |
getRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
|
double |
getRangeLowerBound(boolean includeInterval)
Returns the minimum y-value in the dataset.
|
double |
getRangeUpperBound(boolean includeInterval)
Returns the maximum y-value in the dataset.
|
double getRangeLowerBound(boolean includeInterval)
includeInterval - a flag that determines whether or not the
y-interval is taken into account.double getRangeUpperBound(boolean includeInterval)
includeInterval - a flag that determines whether or not the
y-interval is taken into account.Range getRangeBounds(boolean includeInterval)
includeInterval - a flag that determines whether or not the
y-interval is taken into account.null if the dataset contains no
values).