|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatisticalCategoryDataset
A category dataset that defines a mean and standard deviation value for each item.
| Method Summary | |
|---|---|
Number |
getMeanValue(Comparable rowKey,
Comparable columnKey)
Returns the mean value for an item. |
Number |
getMeanValue(int row,
int column)
Returns the mean value for an item. |
Number |
getStdDevValue(Comparable rowKey,
Comparable columnKey)
Returns the standard deviation value for an item. |
Number |
getStdDevValue(int row,
int column)
Returns the standard deviation value for an item. |
| Methods inherited from interface org.jfree.data.KeyedValues2D |
|---|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue |
| Methods inherited from interface org.jfree.data.Values2D |
|---|
getColumnCount, getRowCount, getValue |
| Methods inherited from interface org.jfree.data.general.Dataset |
|---|
addChangeListener, getGroup, removeChangeListener, setGroup |
| Method Detail |
|---|
Number getMeanValue(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
null).
Number getMeanValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
null).
Number getStdDevValue(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
null).
Number getStdDevValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
null).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||