Uses of Class
org.jfree.data.general.Series
| Package | Description |
|---|---|
| org.jfree.data |
The base package for classes that represent various types of data.
|
| 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.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
-
Uses of Series in org.jfree.data
Subclasses of Series in org.jfree.data Modifier and Type Class Description classComparableObjectSeriesA (possibly ordered) list of (Comparable, Object) data items. -
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) where 'period' is some instance of a subclass ofRegularTimePeriod. -
Uses of Series in org.jfree.data.time.ohlc
Subclasses of Series in org.jfree.data.time.ohlc Modifier and Type Class Description classOHLCSeriesA list of (RegularTimePeriod, open, high, low, close) data items. -
Uses of Series in org.jfree.data.xy
Subclasses of Series in org.jfree.data.xy 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).classVectorSeriesA list of (x,y, deltaX, deltaY) data items.classXIntervalSeriesA list of (x, x-low, x-high, y) data items.classXYIntervalSeriesA list of (x, x-low, x-high, y, y-low, y-high) data items.classXYSeriesRepresents a sequence of zero or more data items in the form (x, y).classYIntervalSeriesA list of (x, y, y-low, y-high) data items.