|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average value for each item.
| Method Summary | |
|---|---|
Number |
getMaxOutlier(Comparable rowKey,
Comparable columnKey)
Returns the maximum outlier (non-farout) for an item. |
Number |
getMaxOutlier(int row,
int column)
Returns the maximum outlier (non-farout) for an item. |
Number |
getMaxRegularValue(Comparable rowKey,
Comparable columnKey)
Returns the maximum regular (non-outlier) value for an item. |
Number |
getMaxRegularValue(int row,
int column)
Returns the maximum regular (non-outlier) value for an item. |
Number |
getMeanValue(Comparable rowKey,
Comparable columnKey)
Returns the average value for an item. |
Number |
getMeanValue(int row,
int column)
Returns the mean value for an item. |
Number |
getMedianValue(Comparable rowKey,
Comparable columnKey)
Returns the median value for an item. |
Number |
getMedianValue(int row,
int column)
Returns the median value for an item. |
Number |
getMinOutlier(Comparable rowKey,
Comparable columnKey)
Returns the minimum outlier (non-farout) for an item. |
Number |
getMinOutlier(int row,
int column)
Returns the minimum outlier (non-farout) for an item. |
Number |
getMinRegularValue(Comparable rowKey,
Comparable columnKey)
Returns the minimum regular (non-outlier) value for an item. |
Number |
getMinRegularValue(int row,
int column)
Returns the minimum regular (non-outlier) value for an item. |
List |
getOutliers(Comparable rowKey,
Comparable columnKey)
Returns a list of outlier values for an item. |
List |
getOutliers(int row,
int column)
Returns a list of outlier values for an item. |
Number |
getQ1Value(Comparable rowKey,
Comparable columnKey)
Returns the q1median value for an item. |
Number |
getQ1Value(int row,
int column)
Returns the q1median value for an item. |
Number |
getQ3Value(Comparable rowKey,
Comparable columnKey)
Returns the q3median value for an item. |
Number |
getQ3Value(int row,
int column)
Returns the q3median 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).
Number getMeanValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getMedianValue(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getMedianValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getQ1Value(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getQ1Value(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getQ3Value(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getQ3Value(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getMinRegularValue(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getMinRegularValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getMaxRegularValue(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getMaxRegularValue(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getMinOutlier(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getMinOutlier(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
Number getMaxOutlier(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
Number getMaxOutlier(Comparable rowKey,
Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.
List getOutliers(int row,
int column)
null.
row - the row index (zero-based).column - the column index (zero-based).
List getOutliers(Comparable rowKey,
Comparable columnKey)
null.
rowKey - the row key.columnKey - the columnKey.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||