Package | Description |
---|---|
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 |
OHLCSeries
A list of (
RegularTimePeriod , open, high, low, close) data items. |
Modifier and Type | Class and Description |
---|---|
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 |
YIntervalSeries
A list of (x, y, y-low, y-high) data items.
|