java.lang.Object
com.jrefinery.chart.DataSources
- public class DataSources
- extends java.lang.Object
This class contains static methods that perform various useful functions relating to data
sources.
|
Method Summary |
static java.lang.Number |
getMaximumDomainValue(DataSource data)
Returns the maximum domain value for the specified data source - this may involve iterating
over the entire data-set. |
static java.lang.Number |
getMaximumRangeValue(DataSource data)
Returns the maximum range value for the specified data source - this may involve iterating
over the entire data-set. |
static java.lang.Number |
getMinimumDomainValue(DataSource data)
Returns the minimum domain value for the specified data source - this may involve iterating
over the entire data-set. |
static java.lang.Number |
getMinimumRangeValue(DataSource data)
Returns the minimum range value for the specified data source - this may involve iterating
over the entire data-set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSources
public DataSources()
getMinimumDomainValue
public static java.lang.Number getMinimumDomainValue(DataSource data)
- Returns the minimum domain value for the specified data source - this may involve iterating
over the entire data-set.
getMaximumDomainValue
public static java.lang.Number getMaximumDomainValue(DataSource data)
- Returns the maximum domain value for the specified data source - this may involve iterating
over the entire data-set.
getMinimumRangeValue
public static java.lang.Number getMinimumRangeValue(DataSource data)
- Returns the minimum range value for the specified data source - this may involve iterating
over the entire data-set.
getMaximumRangeValue
public static java.lang.Number getMaximumRangeValue(DataSource data)
- Returns the maximum range value for the specified data source - this may involve iterating
over the entire data-set.