Uses of Class
org.jfree.data.gantt.Task
-
Packages that use 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.TaskTaskSeries. get(String description)Returns the task in the series that has the specified description.TaskTask. getSubtask(int index)Returns a sub-task.Methods in org.jfree.data.gantt that return types with arguments of type Task Modifier and Type Method Description List<Task>TaskSeries. getTasks()Returns an unmodifialble list of the tasks in the series.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 and sends aSeriesChangeEventto all registered listeners.voidTask. addSubtask(Task subtask)Adds a sub-task to the task.voidTaskSeries. remove(Task task)Removes a task from the series and sends aSeriesChangeEventto all registered listeners.voidTask. removeSubtask(Task subtask)Removes a sub-task from the task.
-