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