public static enum KProgressHUD.Style extends java.lang.Enum<KProgressHUD.Style>
Enum Constant and Description |
---|
ANNULAR_DETERMINATE |
BAR_DETERMINATE |
PIE_DETERMINATE |
SPIN_INDETERMINATE |
Modifier and Type | Method and Description |
---|---|
static KProgressHUD.Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KProgressHUD.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KProgressHUD.Style SPIN_INDETERMINATE
public static final KProgressHUD.Style PIE_DETERMINATE
public static final KProgressHUD.Style ANNULAR_DETERMINATE
public static final KProgressHUD.Style BAR_DETERMINATE
public static KProgressHUD.Style[] values()
for (KProgressHUD.Style c : KProgressHUD.Style.values()) System.out.println(c);
public static KProgressHUD.Style 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