org.jfree.ui
public final class VerticalAlignment extends Object implements Serializable
TOP
,
BOTTOM
and CENTER
).
Field Summary | |
---|---|
static VerticalAlignment | BOTTOM Bottom alignment. |
static VerticalAlignment | CENTER Center alignment. |
static VerticalAlignment | TOP Top alignment. |
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.