|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.odell.glazedlists.jfreechart.SimpleEventCategoryDataset.Context<R,C>
public static final class SimpleEventCategoryDataset.Context<R,C>
This object describes a cell within the "matrix" that is defined by
CategoryDataset
. Specifically, it does this by providing the
row key and column key of the cell in question.
Constructor Summary | |
---|---|
SimpleEventCategoryDataset.Context(EventList<R> rowKeys,
EventList<C> columnKeys)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleEventCategoryDataset.Context(EventList<R> rowKeys, EventList<C> columnKeys)
Method Detail |
---|
public EventList<R> getRowKeys()
public EventList<C> getColumnKeys()
public int getRowIndex()
public int getColumnIndex()
public R getRowKey()
public C getColumnKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |