Uses of Class
org.jfree.data.xy.YIntervalSeries
Packages that use YIntervalSeries
-
Uses of YIntervalSeries in org.jfree.data.xy
Methods in org.jfree.data.xy that return YIntervalSeriesModifier and TypeMethodDescriptionYIntervalSeriesCollection.getSeries
(int series) Returns a series from the collection.Methods in org.jfree.data.xy with parameters of type YIntervalSeriesModifier and TypeMethodDescriptionvoid
YIntervalSeriesCollection.addSeries
(YIntervalSeries series) Adds a series to the collection and sends aDatasetChangeEvent
to all registered listeners.void
YIntervalSeriesCollection.removeSeries
(YIntervalSeries series) Removes a series from the collection and sends aDatasetChangeEvent
to all registered listeners.