public static final class SimpleEventCategoryDataset.Context<R,C>
extends java.lang.Object
CategoryDataset
. Specifically, it does this by providing the
row key and column key of the cell in question.Constructor and Description |
---|
SimpleEventCategoryDataset.Context(EventList<R> rowKeys,
EventList<C> columnKeys) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the column index for the column of the data value to retrieve.
|
C |
getColumnKey()
Returns the column key for the column of the data value to retrieve.
|
EventList<C> |
getColumnKeys() |
int |
getRowIndex()
Returns the row index for the row of the data value to retrieve.
|
R |
getRowKey()
Returns the row key for the row of the data value to retrieve.
|
EventList<R> |
getRowKeys() |
public int getRowIndex()
public int getColumnIndex()
public R getRowKey()
public C getColumnKey()
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2012-03-02 14:04