| org.jfree.data.statistics.StatisticalCategoryDataset |
Known Indirect Subclasses
|
A category dataset that defines a mean and standard deviation value for each item.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the mean value for an item.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the standard deviation value for an item.
| |||||||||||
Returns the standard deviation value for an item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.KeyedValues2D
| |||||||||||
From interface
org.jfree.data.Values2D
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
Returns the mean value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
null).
Returns the mean value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
null).
Returns the standard deviation value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
null).
Returns the standard deviation value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
null).