Uses of Class
org.jfree.data.xy.XIntervalSeries
-
Uses of XIntervalSeries in org.jfree.data.xy
Modifier and TypeMethodDescriptionXIntervalSeriesCollection.getSeries
(int series) Returns a series from the collection.Modifier and TypeMethodDescriptionvoid
XIntervalSeriesCollection.addSeries
(XIntervalSeries series) Adds a series to the collection and sends aDatasetChangeEvent
to all registered listeners.void
XIntervalSeriesCollection.removeSeries
(XIntervalSeries series) Removes a series from the collection and sends aDatasetChangeEvent
to all registered listeners.