Frames | No Frames |
Methods with parameter type org.jfree.data.gantt.Task | |
void | Adds a task to the series and sends a
SeriesChangeEvent to all registered
listeners. |
void | Adds a sub-task to the task. |
void | Removes a task from the series and sends
a SeriesChangeEvent
to all registered listeners. |
void | Removes a sub-task from the task. |
Methods with return type org.jfree.data.gantt.Task | |
Task | TaskSeries.get(String description) Returns the task in the series that has the specified description. |
Task | TaskSeries.get(int index) Returns a task from the series. |
Task | Task.getSubtask(int index) Returns a sub-task. |