Uses of Class
org.jfree.data.gantt.TaskSeries
Packages that use TaskSeries
-
Uses of TaskSeries in org.jfree.data.gantt
Methods in org.jfree.data.gantt that return TaskSeriesModifier and TypeMethodDescriptionTaskSeriesCollection.getSeries
(int series) Returns a series from the collection.TaskSeriesCollection.getSeries
(Comparable key) Returns a series from the collection.Methods in org.jfree.data.gantt with parameters of type TaskSeriesModifier and TypeMethodDescriptionvoid
TaskSeriesCollection.add
(TaskSeries series) Adds a series to the dataset and sends aDatasetChangeEvent
to all registered listeners.void
TaskSeriesCollection.remove
(TaskSeries series) Removes a series from the collection and sends aDatasetChangeEvent
to all registered listeners.