Java org.jfree.data.gantt Task fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.gantt Task fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.gantt Task.

The text is from its open source code.

Constructor

Method

voidaddSubtask(Task subtask)
Adds a sub-task to the task.
Objectclone()
Returns a clone of the task.
booleanequals(Object object)
Tests this object for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
StringgetDescription()
Returns the task description.
TimePeriodgetDuration()
Returns the duration (actual or estimated) of the task.
DoublegetPercentComplete()
Returns the percentage complete for this task.
TaskgetSubtask(int index)
Returns a sub-task.
intgetSubtaskCount()
Returns the sub-task count.
voidremoveSubtask(Task subtask)
Removes a sub-task from the task.
voidsetDescription(String description)
Sets the task description.
voidsetDuration(TimePeriod duration)
Sets the task duration (actual or estimated).
voidsetPercentComplete(Double percent)
Sets the percentage complete for the task.
voidsetPercentComplete(double percent)
Sets the percentage complete for the task.