Uses of Class
org.jfree.data.general.Series

Packages that use Series
org.jfree.data.gantt Data interfaces and classes for Gantt charts. 
org.jfree.data.time Interfaces and classes for time-related data. 
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Uses of Series in org.jfree.data.gantt
 

Subclasses of Series in org.jfree.data.gantt
 class TaskSeries
          A series that contains zero, one or many Task objects.
 

Uses of Series in org.jfree.data.time
 

Subclasses of Series in org.jfree.data.time
 class TimePeriodValues
          A structure containing zero, one or many TimePeriodValue instances.
 class TimeSeries
          Represents a sequence of zero or more data items in the form (period, value).
 

Uses of Series in org.jfree.data.xy
 

Subclasses of Series in org.jfree.data.xy
 class MatrixSeries
          Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
 class NormalizedMatrixSeries
          Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
 class XYSeries
          Represents a sequence of zero or more data items in the form (x, y).