org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
Java Source File Name | Type | Comment |
OHLC.java | Class | A high low data record (immutable). |
OHLCItem.java | Class | An item representing data in the form (period, open, high, low, close). |
OHLCSeries.java | Class | A list of (RegularTimePeriod, open, high, low, close) data items. |
OHLCSeriesCollection.java | Class | A collection of
OHLCSeries objects. |