Package | Description |
---|---|
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
Modifier and Type | Method and Description |
---|---|
TaskSeriesCollection |
XYTaskDataset.getTasks()
Returns the underlying task series collection that was supplied to the
constructor.
|
Constructor and Description |
---|
XYTaskDataset(TaskSeriesCollection tasks)
Creates a new dataset based on the supplied collection of tasks.
|