public static enum Enum.ResizeCustomClosePosition extends java.lang.Enum<Enum.ResizeCustomClosePosition>
| Enum Constant and Description |
|---|
BOTTOM_CENTER
The bottom center of the banner.
|
BOTTOM_LEFT
The bottom left corner of the banner.
|
BOTTOM_RIGHT
The bottom right corner of the banner.
|
CENTER
The center of the banner.
|
TOP_CENTER
The top center of the banner.
|
TOP_LEFT
The top left corner of the banner.
|
TOP_RIGHT
The top right corner of the banner.
|
| Modifier and Type | Method and Description |
|---|---|
static Enum.ResizeCustomClosePosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Enum.ResizeCustomClosePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enum.ResizeCustomClosePosition TOP_LEFT
public static final Enum.ResizeCustomClosePosition TOP_RIGHT
public static final Enum.ResizeCustomClosePosition TOP_CENTER
public static final Enum.ResizeCustomClosePosition CENTER
public static final Enum.ResizeCustomClosePosition BOTTOM_LEFT
public static final Enum.ResizeCustomClosePosition BOTTOM_RIGHT
public static final Enum.ResizeCustomClosePosition BOTTOM_CENTER
public static Enum.ResizeCustomClosePosition[] values()
for (Enum.ResizeCustomClosePosition c : Enum.ResizeCustomClosePosition.values()) System.out.println(c);
public static Enum.ResizeCustomClosePosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null