| org.jfree.data.gantt.GanttCategoryDataset |
Known Indirect Subclasses
|
An extension of the IntervalCategoryDataset interface that adds
support for multiple sub-intervals.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 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 start value of a sub-interval for a given item.
| |||||||||||
Returns the start value of a sub-interval for a given item.
| |||||||||||
Returns the number of sub-intervals for a given item.
| |||||||||||
Returns the number of sub-intervals for a given item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.KeyedValues2D
| |||||||||||
From interface
org.jfree.data.Values2D
| |||||||||||
From interface
org.jfree.data.category.IntervalCategoryDataset
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
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 sub-interval. |
null).Returns the end 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.
| 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.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the percent complete for a given item.
| row | the row index (zero-based). |
|---|---|
| column | the column 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 sub-interval. |
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 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. |