public static enum LXSnapshot.ViewScope extends Enum<LXSnapshot.ViewScope>
| Enum Constant and Description |
|---|
EFFECTS |
MIXER |
MODULATION |
OUTPUT |
PATTERNS |
| Modifier and Type | Method and Description |
|---|---|
static LXSnapshot.ViewScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXSnapshot.ViewScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXSnapshot.ViewScope MIXER
public static final LXSnapshot.ViewScope PATTERNS
public static final LXSnapshot.ViewScope EFFECTS
public static final LXSnapshot.ViewScope OUTPUT
public static final LXSnapshot.ViewScope MODULATION
public static LXSnapshot.ViewScope[] values()
for (LXSnapshot.ViewScope c : LXSnapshot.ViewScope.values()) System.out.println(c);
public static LXSnapshot.ViewScope 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 nullLX library by Mark C. Slee. © 2012-2020