org.jfree.ui
public final class TextAnchor extends Object implements Serializable
Field Summary | |
---|---|
static TextAnchor | BASELINE_CENTER Baseline/center. |
static TextAnchor | BASELINE_LEFT Baseline/left. |
static TextAnchor | BASELINE_RIGHT Baseline/right. |
static TextAnchor | BOTTOM_CENTER Bottom/center. |
static TextAnchor | BOTTOM_LEFT Bottom/left. |
static TextAnchor | BOTTOM_RIGHT Bottom/right. |
static TextAnchor | CENTER Middle/center. |
static TextAnchor | CENTER_LEFT Middle/left. |
static TextAnchor | CENTER_RIGHT Middle/right. |
static TextAnchor | HALF_ASCENT_CENTER Half-ascent/center. |
static TextAnchor | HALF_ASCENT_LEFT Half-ascent/left. |
static TextAnchor | HALF_ASCENT_RIGHT Half-ascent/right. |
static TextAnchor | TOP_CENTER Top/center. |
static TextAnchor | TOP_LEFT Top/left. |
static TextAnchor | 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.