Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jrefinery.chart
Class DataSources  view DataSources download DataSources.java

java.lang.Object
  extended bycom.jrefinery.chart.DataSources

public class DataSources
extends java.lang.Object

This class contains static methods that perform various useful functions relating to data sources.


Constructor Summary
DataSources()
           
 
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
 

Constructor Detail

DataSources

public DataSources()
Method Detail

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.