public enum LoaderEffect extends Enum<LoaderEffect>
Loader| Enum Constant and Description |
|---|
BOUNCE |
BOUNCE_PULSE |
FACEBOOK |
IOS |
NONE |
ORBIT |
PROGRESS_BAR |
PULSE |
ROTATE_PLANE |
ROTATION |
ROUND_BOUNCE |
STRETCH |
TIMER |
WIN8 |
WIN8_LINEAR |
| Modifier and Type | Method and Description |
|---|---|
static LoaderEffect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoaderEffect BOUNCE
public static final LoaderEffect ROTATE_PLANE
public static final LoaderEffect STRETCH
public static final LoaderEffect ORBIT
public static final LoaderEffect ROUND_BOUNCE
public static final LoaderEffect WIN8
public static final LoaderEffect WIN8_LINEAR
public static final LoaderEffect IOS
public static final LoaderEffect FACEBOOK
public static final LoaderEffect ROTATION
public static final LoaderEffect TIMER
public static final LoaderEffect PULSE
public static final LoaderEffect PROGRESS_BAR
public static final LoaderEffect BOUNCE_PULSE
public static final LoaderEffect NONE
public static LoaderEffect[] values()
for (LoaderEffect c : LoaderEffect.values()) System.out.println(c);
public static LoaderEffect 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 © 2019–2022 Dominokit. All rights reserved.