Uses of Class
org.jfree.data.gantt.Task
| Package | Description |
|---|---|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
-
Uses of Task in org.jfree.data.gantt
Methods in org.jfree.data.gantt that return Task Modifier and Type Method Description TaskTaskSeries. get(int index)Returns a task from the series.TaskTask. getSubtask(int index)Returns a sub-task.Methods in org.jfree.data.gantt with parameters of type Task Modifier and Type Method Description voidTaskSeries. add(Task task)Adds a task to the series.voidTask. addSubtask(Task subtask)Adds a sub-task to the task.voidTaskSeries. remove(Task task)Removes a task from the series.voidTask. removeSubtask(Task subtask)Removes a sub-task from the task.