|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
Method Summary | |
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. |
Method Detail |
public double getDomainLowerBound(boolean includeInterval)
includeInterval
- a flag that determines whether or not the
x-interval is taken into account.
public double getDomainUpperBound(boolean includeInterval)
includeInterval
- a flag that determines whether or not the
x-interval is taken into account.
public Range getDomainBounds(boolean includeInterval)
includeInterval
- a flag that determines whether or not the
x-interval is taken into account.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |