Uses of Class
org.jfree.data.time.ohlc.OHLCSeries
-
Packages that use 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 OHLCSeries
OHLCSeriesCollection. 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 void
OHLCSeriesCollection. addSeries(OHLCSeries series)
Adds a series to the collection and sends aDatasetChangeEvent
to all registered listeners.boolean
OHLCSeriesCollection. removeSeries(OHLCSeries series)
Removes the specified series from the dataset and sends aDatasetChangeEvent
to all registered listeners.
-