Uses of Class
com.jrefinery.data.Series

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

Uses of Series in com.jrefinery.data
 

Subclasses of Series in com.jrefinery.data
 class BasicTimeSeries
          Represents a sequence of zero or more data pairs in the form (period, value).
 class GanttSeries
          A very basic representation of a list of tasks and time allocations.
 class XYSeries
          Represents a sequence of zero or more data pairs in the form (x, y).