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