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. |
Modifier and Type | Class and Description |
---|---|
class |
ComparableObjectSeries
A (possibly ordered) list of (Comparable, Object) data items.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskSeries
A series that contains zero, one or many
Task objects. |
Modifier and Type | Class and Description |
---|---|
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)
where 'period' is some instance of a subclass of
RegularTimePeriod . |
Modifier and Type | Class and Description |
---|---|
class |
OHLCSeries
A list of (
RegularTimePeriod , open, high, low, close) data items. |
Modifier and Type | Class and Description |
---|---|
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 |
VectorSeries
A list of (x,y, deltaX, deltaY) data items.
|
class |
XIntervalSeries
A list of (x, x-low, x-high, y) data items.
|
class |
XYIntervalSeries
A list of (x, x-low, x-high, y, y-low, y-high) data items.
|
class |
XYSeries
Represents a sequence of zero or more data items in the form (x, y).
|
class |
YIntervalSeries
A list of (x, y, y-low, y-high) data items.
|