Package | Description |
---|---|
org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
Modifier and Type | Method and Description |
---|---|
OHLCSeries |
OHLCSeriesCollection.getSeries(int series)
Returns a series from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
OHLCSeriesCollection.addSeries(OHLCSeries series)
Adds a series to the collection and sends a
DatasetChangeEvent
to all registered listeners. |
boolean |
OHLCSeriesCollection.removeSeries(OHLCSeries series)
Removes the specified series from the dataset and sends a
DatasetChangeEvent to all registered listeners. |