public final class BoundsAnchor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static BoundsAnchor |
BOTTOM_CENTER
Deprecated.
Bottom/center.
|
static BoundsAnchor |
BOTTOM_LEFT
Deprecated.
Bottom/left.
|
static BoundsAnchor |
BOTTOM_RIGHT
Deprecated.
Bottom/right.
|
static BoundsAnchor |
CENTER
Deprecated.
Middle/center.
|
static BoundsAnchor |
MIDDLE_LEFT
Deprecated.
Middle/left.
|
static BoundsAnchor |
MIDDLE_RIGHT
Deprecated.
Middle/right.
|
static BoundsAnchor |
TOP_CENTER
Deprecated.
Top/center.
|
static BoundsAnchor |
TOP_LEFT
Deprecated.
Top/left.
|
static BoundsAnchor |
TOP_RIGHT
Deprecated.
Top/right.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
Returns
true if this object is equal to the specified object, and
false otherwise. |
int |
hashCode()
Deprecated.
Returns a hash code value for the object.
|
java.lang.String |
toString()
Deprecated.
Returns a string representing the object.
|
public static final BoundsAnchor TOP_LEFT
public static final BoundsAnchor TOP_CENTER
public static final BoundsAnchor TOP_RIGHT
public static final BoundsAnchor MIDDLE_LEFT
public static final BoundsAnchor CENTER
public static final BoundsAnchor MIDDLE_RIGHT
public static final BoundsAnchor BOTTOM_LEFT
public static final BoundsAnchor BOTTOM_CENTER
public static final BoundsAnchor BOTTOM_RIGHT
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
true
if this object is equal to the specified object, and
false
otherwise.equals
in class java.lang.Object
o
- the other object.public int hashCode()
hashCode
in class java.lang.Object