Uses of Class
org.jfree.data.gantt.TaskSeriesCollection
Packages that use TaskSeriesCollection
-
Uses of TaskSeriesCollection in org.jfree.data.gantt
Fields in org.jfree.data.gantt declared as TaskSeriesCollectionModifier and TypeFieldDescriptionprivate TaskSeriesCollection
XYTaskDataset.underlying
The underlying tasks.Methods in org.jfree.data.gantt that return TaskSeriesCollectionModifier and TypeMethodDescriptionXYTaskDataset.getTasks()
Returns the underlying task series collection that was supplied to the constructor.Constructors in org.jfree.data.gantt with parameters of type TaskSeriesCollectionModifierConstructorDescriptionCreates a new dataset based on the supplied collection of tasks.