org.jfree.util
Class NumberTable

java.lang.Object
  extended by org.jfree.util.ObjectTable
      extended by org.jfree.util.NumberTable
All Implemented Interfaces:
java.io.Serializable

Deprecated. No longer used.

public class NumberTable
extends ObjectTable
implements java.io.Serializable

A table of Number objects.

See Also:
Serialized Form

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

NumberTable

public NumberTable()
Deprecated. 
Creates a new number table.

Method Detail

getNumber

public java.lang.Number getNumber(int row,
                                  int column)
Deprecated. 
Returns the Number object from a particular cell in the table.

Parameters:
row - the row index (zero-based).
column - the column index (zero-based).
Returns:
The anchor.

setNumber

public void setNumber(int row,
                      int column,
                      java.lang.Number number)
Deprecated. 
Sets the Number for a cell in the table. The table is expanded if necessary.

Parameters:
row - the row index (zero-based).
column - the column index (zero-based).
number - the number.

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Tests this number table for equality with another object (typically also a number table).

Overrides:
equals in class ObjectTable
Parameters:
o - the other object.
Returns:
A font.