public final class VerticalAlignment extends Object implements Serializable
TOP
,
BOTTOM
and CENTER
).Modifier and Type | Field and Description |
---|---|
static VerticalAlignment |
BOTTOM
Bottom alignment.
|
static VerticalAlignment |
CENTER
Center alignment.
|
static VerticalAlignment |
TOP
Top alignment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final VerticalAlignment TOP
public static final VerticalAlignment BOTTOM
public static final VerticalAlignment CENTER
Copyright © 2001–2017 JFree.org. All rights reserved.