|
||||||||||
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 |
getDomainRange()
Returns the range of the values in this dataset's domain. |
java.lang.Number |
getMaximumDomainValue()
Returns the maximum value in the dataset (or null if all the values in
the domain are null ). |
java.lang.Number |
getMinimumDomainValue()
Returns the minimum value in the dataset (or null if all the values in
the domain are null ). |
Method Detail |
public java.lang.Number getMinimumDomainValue()
null
if all the values in
the domain are null
).
public java.lang.Number getMaximumDomainValue()
null
if all the values in
the domain are null
).
public Range getDomainRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |