public static enum DisplaySettings.ColorMode extends java.lang.Enum<DisplaySettings.ColorMode>
Enum Constant and Description |
---|
COLOR |
COMPOSITE |
FIRE |
GRAYSCALE |
HIGHLIGHT_LIMITS |
RED_HOT |
SPECTRUM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DisplaySettings.ColorMode |
fromInt(int index)
Deprecated.
|
int |
getIndex()
Deprecated.
|
static DisplaySettings.ColorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplaySettings.ColorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplaySettings.ColorMode COLOR
public static final DisplaySettings.ColorMode COMPOSITE
public static final DisplaySettings.ColorMode GRAYSCALE
public static final DisplaySettings.ColorMode HIGHLIGHT_LIMITS
public static final DisplaySettings.ColorMode FIRE
public static final DisplaySettings.ColorMode RED_HOT
@Deprecated public static final DisplaySettings.ColorMode SPECTRUM
public static DisplaySettings.ColorMode[] values()
for (DisplaySettings.ColorMode c : DisplaySettings.ColorMode.values()) System.out.println(c);
public static DisplaySettings.ColorMode 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@Deprecated public int getIndex()
@Deprecated public static DisplaySettings.ColorMode fromInt(int index)