java.lang.Object | |||
↳ | org.jfree.data.general.AbstractDataset | ||
↳ | org.jfree.data.general.AbstractSeriesDataset | ||
↳ | org.jfree.data.gantt.TaskSeriesCollection |
A collection of TaskSeries
objects. This class provides one
implementation of the GanttCategoryDataset
interface.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a series to the dataset and sends a
DatasetChangeEvent to all registered
listeners. | |||||||||||
Returns an independent copy of this dataset.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the number of column in the dataset.
| |||||||||||
Returns the column index for a column key.
| |||||||||||
Returns a column key.
| |||||||||||
Returns a list of the column keys in the dataset.
| |||||||||||
Returns the end value of a sub-interval for a given item.
| |||||||||||
Returns the end value of a sub-interval for a given item.
| |||||||||||
Returns the end value for a task.
| |||||||||||
Returns the end value for a task.
| |||||||||||
Returns the percentage complete value of a sub-interval for a given item.
| |||||||||||
Returns the percentage complete value of a sub-interval for a given item.
| |||||||||||
Returns the percent complete for a given item.
| |||||||||||
Returns the percent complete for a given item.
| |||||||||||
Returns the number of rows (series) in the collection.
| |||||||||||
Returns the row index for the given row key.
| |||||||||||
Returns the key for a row.
| |||||||||||
Returns the row keys.
| |||||||||||
Returns a series from the collection.
| |||||||||||
Returns a series from the collection.
| |||||||||||
Returns the number of series in the collection.
| |||||||||||
Returns the name of a series.
| |||||||||||
Returns the start value of a sub-interval for a given item.
| |||||||||||
Returns the start value of a sub-interval for a given item.
| |||||||||||
Returns the start value for a task.
| |||||||||||
Returns the start value for a task.
| |||||||||||
Returns the number of sub-intervals for a given item.
| |||||||||||
Returns the number of sub-intervals for a given item.
| |||||||||||
Returns the value for a task.
| |||||||||||
Returns the value for an item.
| |||||||||||
Removes a series from the collection and sends
a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes a series from the collection and sends
a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes all the series from the collection and sends
a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Called when a series belonging to the dataset changes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default constructor.
Adds a series to the dataset and sends a
DatasetChangeEvent
to all registered
listeners.
series | the series (null not permitted).
|
---|
Returns an independent copy of this dataset.
CloneNotSupportedException | if there is some problem cloning the dataset. |
---|
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the number of column in the dataset.
Returns the column index for a column key.
columnKey | the column key (null not permitted). |
---|
Returns a column key.
index | the column index. |
---|
Returns a list of the column keys in the dataset.
Returns the end value of a sub-interval for a given item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
subinterval | the subinterval. |
null
).
Returns the end value of a sub-interval for a given item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
subinterval | the subinterval. |
null
).
Returns the end value for a task. This is a date/time value, measured in milliseconds since 1-Jan-1970.
rowKey | the series. |
---|---|
columnKey | the category. |
null
).
Returns the end value for a task.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
Returns the percentage complete value of a sub-interval for a given item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
subinterval | the sub-interval. |
null
).
Returns the percentage complete value of a sub-interval for a given item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
subinterval | the sub-interval. |
null
).
Returns the percent complete for a given item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
null
).
Returns the percent complete for a given item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
Returns the number of rows (series) in the collection.
Returns the row index for the given row key.
rowKey | the row key. |
---|
Returns the key for a row.
index | the row index (zero-based). |
---|
Returns the row keys. In this case, each series is a key.
Returns a series from the collection.
series | the series index (zero-based). |
---|
Returns a series from the collection.
key | the series key (null not permitted). |
---|
Returns the number of series in the collection.
Returns the name of a series.
series | the series index (zero-based). |
---|
Returns the start value of a sub-interval for a given item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
subinterval | the subinterval. |
null
).
Returns the start value of a sub-interval for a given item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
subinterval | the sub-interval index (zero-based). |
null
).
Returns the start value for a task. This is a date/time value, measured in milliseconds since 1-Jan-1970.
rowKey | the series. |
---|---|
columnKey | the category. |
null
).
Returns the start value for a task.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
Returns the number of sub-intervals for a given item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
Returns the number of sub-intervals for a given item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
Returns the value for a task.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
Returns the value for an item.
rowKey | the row key. |
---|---|
columnKey | the column key. |
Removes a series from the collection and sends
a DatasetChangeEvent
to all registered listeners.
series | the series. |
---|
Removes a series from the collection and sends
a DatasetChangeEvent
to all registered listeners.
series | the series (zero based index). |
---|
Removes all the series from the collection and sends
a DatasetChangeEvent
to all registered listeners.
Called when a series belonging to the dataset changes.
event | information about the change. |
---|