| org.jfree.data.statistics.MultiValueCategoryDataset |
Known Indirect Subclasses
|
A category dataset that defines multiple values for each item.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list (possibly empty) of the values for the specified item.
| |||||||||||
Returns a list (possibly empty) of the values for the specified item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.KeyedValues2D
| |||||||||||
From interface
org.jfree.data.Values2D
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
Returns a list (possibly empty) of the values for the specified item. The returned list should be unmodifiable.
| rowKey | the row key (null not permitted). |
|---|---|
| columnKey | the column key (null not permitted). |
Returns a list (possibly empty) of the values for the specified item. The returned list should be unmodifiable.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |