edu.cuny.jfree.data.category
Interface ListCategoryDataset
- All Superinterfaces:
- org.jfree.data.category.CategoryDataset, org.jfree.data.general.Dataset, org.jfree.data.KeyedValues2D, org.jfree.data.Values2D
- All Known Implementing Classes:
- AbstractListCategoryDataset, DefaultIntervalListCategoryDataset, DefaultValueListCategoryDataset
public interface ListCategoryDataset
- extends org.jfree.data.category.CategoryDataset
A category dataset that manages a collection of lists of objects in a
2-dimensional categorized space, instead of a collection of single values in
such a space in regular CategoryDataset.
- Version:
- $Revision: 1.6 $
- Author:
- Jinzhong Niu
Method Summary |
java.util.List |
getList(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
|
java.util.List |
getList(int i,
int j)
|
void |
remove(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
|
void |
removeAll()
|
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 |
getList
java.util.List getList(int i,
int j)
getList
java.util.List getList(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
remove
void remove(java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
removeAll
void removeAll()