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