Uses of Class
com.jrefinery.data.SeriesException

Packages that use SeriesException
com.jrefinery.data Data interfaces and classes. 
 

Uses of SeriesException in com.jrefinery.data
 

Methods in com.jrefinery.data that throw SeriesException
 void BasicTimeSeries.add(TimeSeriesDataPair pair)
          Adds a data item to the series.
 void BasicTimeSeries.add(TimePeriod period, double value)
          Adds a new data item to the series.
 void BasicTimeSeries.add(TimePeriod period, java.lang.Number value)
          Adds a new data item to the series.
 void BasicTimeSeries.update(TimePeriod period, java.lang.Number value)
          Updates (changes) the value for a time period.
 void XYSeries.add(XYDataPair pair)
          Adds a data item to the series.
 void XYSeries.add(double x, double y)
          Adds a data item to the series.
 void XYSeries.add(double x, java.lang.Number y)
          Adds a data item to the series.
 void XYSeries.add(java.lang.Number x, java.lang.Number y)
          Adds new data to the series.