|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.ObjectTable
org.jfree.util.NumberTable
A table of Number objects.
| Constructor Summary | |
NumberTable()
Deprecated. Creates a new number table. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Tests this number table for equality with another object (typically also a number table). |
java.lang.Number |
getNumber(int row,
int column)
Deprecated. Returns the Number object from a particular cell in the table. |
void |
setNumber(int row,
int column,
java.lang.Number number)
Deprecated. Sets the Number for a cell in the table. |
| Methods inherited from class org.jfree.util.ObjectTable |
clear, ensureCapacity, ensureRowCapacity, getColumnCount, getColumnIncrement, getObject, getRowCount, getRowIncrement, hashCode, readSerializedData, setObject, writeSerializedData |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NumberTable()
| Method Detail |
public java.lang.Number getNumber(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
public void setNumber(int row,
int column,
java.lang.Number number)
row - the row index (zero-based).column - the column index (zero-based).number - the number.public boolean equals(java.lang.Object o)
equals in class ObjectTableo - the other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||