Uses of Class
org.jfree.data.Series
| Package | Description |
|---|---|
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of Series in org.jfree.data
Subclasses of Series in org.jfree.data Modifier and Type Class Description classMatrixSeriesRepresents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).classNormalizedMatrixSeriesRepresents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).classXYSeriesRepresents a sequence of zero or more data items in the form (x, y). -
Uses of Series in org.jfree.data.gantt
Subclasses of Series in org.jfree.data.gantt Modifier and Type Class Description classTaskSeriesA series that contains zero, one or manyTaskobjects. -
Uses of Series in org.jfree.data.time
Subclasses of Series in org.jfree.data.time Modifier and Type Class Description classTimePeriodValuesA structure containing zero, one or manyTimePeriodValueinstances.classTimeSeriesRepresents a sequence of zero or more data items in the form (period, value).