Uses of Class
org.jfree.data.time.ohlc.OHLCSeries
| Package | Description |
|---|---|
| org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
-
Uses of OHLCSeries in org.jfree.data.time.ohlc
Methods in org.jfree.data.time.ohlc that return OHLCSeries Modifier and Type Method Description OHLCSeriesOHLCSeriesCollection. getSeries(int series)Returns a series from the collection.Methods in org.jfree.data.time.ohlc with parameters of type OHLCSeries Modifier and Type Method Description voidOHLCSeriesCollection. addSeries(OHLCSeries series)Adds a series to the collection and sends aDatasetChangeEventto all registered listeners.booleanOHLCSeriesCollection. removeSeries(OHLCSeries series)Removes the specified series from the dataset and sends aDatasetChangeEventto all registered listeners.