public interface MultiValueCategoryDataset extends CategoryDataset
Modifier and Type | Method and Description |
---|---|
java.util.List |
getValues(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Returns a list (possibly empty) of the values for the specified item.
|
java.util.List |
getValues(int row,
int column)
Returns a list (possibly empty) of the values for the specified item.
|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue
getColumnCount, getRowCount, getValue
addChangeListener, getGroup, removeChangeListener, setGroup
java.util.List getValues(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).java.util.List getValues(java.lang.Comparable rowKey, java.lang.Comparable columnKey)
rowKey
- the row key (null
not permitted).columnKey
- the column key (null
not permitted).