public final class Anchor
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static Anchor |
BottomLeftCorner
Bottom, left corner.
|
static Anchor |
BottomMidPoint
Bottom, middle location.
|
static Anchor |
BottomRightCorner
Bottom, right corner.
|
static Anchor |
CenterPoint
Center location.
|
static Anchor |
LeftMidPoint
Left, middle location.
|
static Anchor |
RightMidPoint
Right, middle location.
|
static Anchor |
TopLeftCorner
Top, left corner.
|
static Anchor |
TopMidPoint
Top, middle location.
|
static Anchor |
TopRightCorner
Top, right corner.
|
static Anchor |
Unspecified
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Anchor |
valueOf(java.lang.String name) |
static Anchor[] |
values() |
public static final Anchor Unspecified
public static final Anchor TopLeftCorner
public static final Anchor TopMidPoint
public static final Anchor TopRightCorner
public static final Anchor LeftMidPoint
public static final Anchor CenterPoint
public static final Anchor RightMidPoint
public static final Anchor BottomLeftCorner
public static final Anchor BottomMidPoint
public static final Anchor BottomRightCorner