|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.ObjectTable
org.jfree.ui.TextAnchorTable
public class TextAnchorTable
A table of text anchors.
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. |
int |
hashCode()
Deprecated. Returns a hash code value for the object. |
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 |
---|
clear, ensureCapacity, ensureRowCapacity, getColumnCount, getColumnIncrement, getObject, getRowCount, getRowIncrement, readSerializedData, setObject, writeSerializedData |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAnchorTable()
Method Detail |
---|
public TextAnchor getAnchor(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).
public void setAnchor(int row, int column, TextAnchor anchor)
row
- the row index (zero-based).column
- the column index (zero-based).anchor
- the anchor.public boolean equals(java.lang.Object o)
equals
in class ObjectTable
o
- the other object.
public int hashCode()
hashCode
in class ObjectTable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |