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