Uses of Class
org.jfree.data.xy.XYIntervalSeries
-
Packages that use XYIntervalSeries Package Description org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of XYIntervalSeries in org.jfree.data.xy
Methods in org.jfree.data.xy that return XYIntervalSeries Modifier and Type Method Description XYIntervalSeries<S>XYIntervalSeriesCollection. getSeries(int series)Returns a series from the collection.Methods in org.jfree.data.xy with parameters of type XYIntervalSeries Modifier and Type Method Description voidXYIntervalSeriesCollection. addSeries(XYIntervalSeries<S> series)Adds a series to the collection and sends aDatasetChangeEventto all registered listeners.voidXYIntervalSeriesCollection. removeSeries(XYIntervalSeries<S> series)Removes a series from the collection and sends aDatasetChangeEventto all registered listeners.
-