|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.ObjectTable
org.jfree.chart.renderer.ItemLabelAnchorTable
A table of item label anchors.
| 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 |
public ItemLabelAnchorTable()
| Method Detail |
public ItemLabelAnchor getAnchor(int row,
int column)
row - the row index (zero-based).column - the column index (zero-based).
public void setAnchor(int row,
int column,
ItemLabelAnchor anchor)
row - the row index (zero-based).column - the column index (zero-based).anchor - the anchor.public boolean equals(java.lang.Object o)
o - the other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||