org.jfree.text
public final class TextBlockAnchor extends Object implements Serializable
| Field Summary | |
|---|---|
| static TextBlockAnchor | BOTTOM_CENTER Bottom/center. |
| static TextBlockAnchor | BOTTOM_LEFT Bottom/left. |
| static TextBlockAnchor | BOTTOM_RIGHT Bottom/right. |
| static TextBlockAnchor | CENTER Middle/center. |
| static TextBlockAnchor | CENTER_LEFT Middle/left. |
| static TextBlockAnchor | CENTER_RIGHT Middle/right. |
| static TextBlockAnchor | TOP_CENTER Top/center. |
| static TextBlockAnchor | TOP_LEFT Top/left. |
| static TextBlockAnchor | TOP_RIGHT Top/right. |
| Method Summary | |
|---|---|
| boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| int | hashCode()
Returns a hash code value for the object.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: the hashcode
Returns: The string.