public interface MultiValueCategoryDataset extends CategoryDataset
| Modifier and Type | Method and Description |
|---|---|
List |
getValues(Comparable rowKey,
Comparable columnKey)
Returns a list (possibly empty) of the values for the specified item.
|
List |
getValues(int row,
int column)
Returns a list (possibly empty) of the values for the specified item.
|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValuegetColumnCount, getRowCount, getValueaddChangeListener, getGroup, removeChangeListener, setGroupList getValues(int row, int column)
row - the row index (zero-based).column - the column index (zero-based).List getValues(Comparable rowKey, Comparable columnKey)
rowKey - the row key (null not permitted).columnKey - the column key (null not permitted).Copyright © 2001-2014 JFree.org. All Rights Reserved.