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

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

Introduction

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

The text is from its open source code.

Constructor

TaskSeries(String name)
Constructs a new series with the specified name.

Method

voidadd(Task task)
Adds a task to the series and sends a org.jfree.data.general.SeriesChangeEvent to all registered listeners.
voidaddChangeListener(SeriesChangeListener listener)
Registers an object with this series, to receive notification whenever the series changes.
Objectclone()
Returns an independent copy of this series.
booleanequals(Object obj)
Tests this object for equality with an arbitrary object.
Taskget(int index)
Returns a task from the series.
Taskget(String description)
Returns the task in the series that has the specified description.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetKey()
Returns the key for the series.
ListgetTasks()
Returns an unmodifialble list of the tasks in the series.
voidremoveAll()
Removes all tasks from the series and sends a org.jfree.data.general.SeriesChangeEvent to all registered listeners.
voidremoveChangeListener(SeriesChangeListener listener)
Deregisters an object, so that it not longer receives notification whenever the series changes.