public class TextAnchorTable extends ObjectTable implements java.io.Serializable
Constructor and Description |
---|
TextAnchorTable()
Deprecated.
Creates a new text anchor table.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clear, ensureCapacity, ensureRowCapacity, getColumnCount, getColumnIncrement, getObject, getRowCount, getRowIncrement, readSerializedData, setObject, writeSerializedData
public TextAnchorTable()
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