Uses of Class
org.jfree.data.gantt.Task
Packages that use Task
- 
Uses of Task in org.jfree.data.gantt
Methods in org.jfree.data.gantt that return TaskModifier 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.Methods in org.jfree.data.gantt with parameters of type TaskModifier and TypeMethodDescriptionvoidAdds a task to the series and sends aSeriesChangeEventto all registered listeners.voidTask.addSubtask(Task subtask) Adds a sub-task to the task.voidRemoves a task from the series and sends aSeriesChangeEventto all registered listeners.voidTask.removeSubtask(Task subtask) Removes a sub-task from the task.