org.jfree.ui
Class TextAnchorTable

java.lang.Object
  extended byorg.jfree.util.ObjectTable
      extended byorg.jfree.ui.TextAnchorTable
All Implemented Interfaces:
java.io.Serializable

Deprecated. No longer used.

public class TextAnchorTable
extends ObjectTable
implements java.io.Serializable

A table of text anchors.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
TextAnchorTable()
          Deprecated. Creates a new text anchor table.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated. Tests this font table for equality with another object (typically also a font table).
 TextAnchor getAnchor(int row, int column)
          Deprecated. Returns the TextAnchor object from a particular cell in the table.
 void setAnchor(int row, int column, TextAnchor anchor)
          Deprecated. Sets the anchor for a cell in the table.
 
Methods inherited from class org.jfree.util.ObjectTable
getColumnCount, getObject, getRowCount, readSerializedData, setObject, writeSerializedData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAnchorTable

public TextAnchorTable()
Deprecated. 
Creates a new text anchor table.

Method Detail

getAnchor

public TextAnchor getAnchor(int row,
                            int column)
Deprecated. 
Returns the TextAnchor object from a particular cell in the table.

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

setAnchor

public void setAnchor(int row,
                      int column,
                      TextAnchor anchor)
Deprecated. 
Sets the anchor 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).
anchor - the anchor.

equals

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

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