public static enum BlurEffect.Mode extends Enum<BlurEffect.Mode>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static BlurEffect.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlurEffect.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlurEffect.Mode MIX
public static final BlurEffect.Mode ADD
public static final BlurEffect.Mode SCREEN
public static final BlurEffect.Mode MULTIPLY
public static final BlurEffect.Mode LIGHTEST
public final String label
public static BlurEffect.Mode[] values()
for (BlurEffect.Mode c : BlurEffect.Mode.values()) System.out.println(c);
public static BlurEffect.Mode 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 nullpublic String toString()
toString
in class Enum<BlurEffect.Mode>
LX library by Mark C. Slee. © 2012-2020