Uses of Class
org.jfree.data.xy.XYIntervalSeries
Packages that use XYIntervalSeries
-
Uses of XYIntervalSeries in org.jfree.data.xy
Methods in org.jfree.data.xy that return XYIntervalSeriesModifier and TypeMethodDescriptionXYIntervalSeriesCollection.getSeries(int series) Returns a series from the collection.Methods in org.jfree.data.xy with parameters of type XYIntervalSeriesModifier and TypeMethodDescriptionvoidXYIntervalSeriesCollection.addSeries(XYIntervalSeries series) Adds a series to the collection and sends aDatasetChangeEventto all registered listeners.voidXYIntervalSeriesCollection.removeSeries(XYIntervalSeries series) Removes a series from the collection and sends aDatasetChangeEventto all registered listeners.