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 Task
TaskSeries. get(int index)
Returns a task from the series.Task
Task. getSubtask(int index)
Returns a sub-task.Methods in org.jfree.data.gantt with parameters of type Task Modifier and Type Method Description void
TaskSeries. add(Task task)
Adds a task to the series.void
Task. addSubtask(Task subtask)
Adds a sub-task to the task.void
TaskSeries. remove(Task task)
Removes a task from the series.void
Task. removeSubtask(Task subtask)
Removes a sub-task from the task.