Uses of Class
org.jfree.data.gantt.Task
-
Uses of Task in org.jfree.data.gantt
Modifier and TypeMethodDescriptionTaskSeries.get
(int index) Returns a task from the series.Returns the task in the series that has the specified description.Task.getSubtask
(int index) Returns a sub-task.Modifier and TypeMethodDescriptionvoid
Adds a task to the series and sends aSeriesChangeEvent
to all registered listeners.void
Task.addSubtask
(Task subtask) Adds a sub-task to the task.void
Removes a task from the series and sends aSeriesChangeEvent
to all registered listeners.void
Task.removeSubtask
(Task subtask) Removes a sub-task from the task.