Uses of Class
org.jfree.data.gantt.TaskSeriesCollection
-
Packages that use TaskSeriesCollection Package Description org.jfree.data.gantt Data interfaces and classes for Gantt charts. -
-
Uses of TaskSeriesCollection in org.jfree.data.gantt
Fields in org.jfree.data.gantt declared as TaskSeriesCollection Modifier and Type Field Description private TaskSeriesCollection
XYTaskDataset. underlying
The underlying tasks.Methods in org.jfree.data.gantt that return TaskSeriesCollection Modifier and Type Method Description TaskSeriesCollection
XYTaskDataset. getTasks()
Returns the underlying task series collection that was supplied to the constructor.Constructors in org.jfree.data.gantt with parameters of type TaskSeriesCollection Constructor Description XYTaskDataset(TaskSeriesCollection tasks)
Creates a new dataset based on the supplied collection of tasks.
-