org.jfree.chart.renderer
Class ItemLabelAnchorTable

java.lang.Object
  extended byorg.jfree.util.ObjectTable
      extended byorg.jfree.chart.renderer.ItemLabelAnchorTable
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is longer used in JFreeChart and will be removed prior to the release of JFreeChart 1.0.0.

public class ItemLabelAnchorTable
extends org.jfree.util.ObjectTable
implements java.io.Serializable

A table of item label anchors.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
ItemLabelAnchorTable()
          Deprecated. Creates a new item label 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).
 ItemLabelAnchor getAnchor(int row, int column)
          Deprecated. Returns the ItemLabelAnchor object from a particular cell in the table.
 void setAnchor(int row, int column, ItemLabelAnchor 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

ItemLabelAnchorTable

public ItemLabelAnchorTable()
Deprecated. 
Creates a new item label anchor table.

Method Detail

getAnchor

public ItemLabelAnchor getAnchor(int row,
                                 int column)
Deprecated. 
Returns the ItemLabelAnchor 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,
                      ItemLabelAnchor 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).

Parameters:
o - the other object.
Returns:
A font.