public static enum TextOverlayAnimator.TextPosition extends Enum<TextOverlayAnimator.TextPosition>
Enum Constant and Description |
---|
BOTTOM_RIGHT |
CENTER |
Modifier and Type | Method and Description |
---|---|
static TextOverlayAnimator.TextPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextOverlayAnimator.TextPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextOverlayAnimator.TextPosition CENTER
public static final TextOverlayAnimator.TextPosition BOTTOM_RIGHT
public static TextOverlayAnimator.TextPosition[] values()
for (TextOverlayAnimator.TextPosition c : TextOverlayAnimator.TextPosition.values()) System.out.println(c);
public static TextOverlayAnimator.TextPosition valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2021 Fiji. All rights reserved.