Enum Constant and Description |
---|
CUSTOM |
DOUBLE |
NONE |
REDBLUE |
REDCYAN |
REDGREEN |
Modifier and Type | Field and Description |
---|---|
private boolean |
isBiColor |
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static STER |
getStereoMode(java.lang.String id) |
boolean |
isBiColor() |
static STER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STER NONE
public static final STER DOUBLE
public static final STER REDCYAN
public static final STER REDBLUE
public static final STER REDGREEN
public static final STER CUSTOM
public static STER[] values()
for (STER c : STER.values()) System.out.println(c);
public static STER 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 nullpublic java.lang.String getName()
public boolean isBiColor()
public static STER getStereoMode(java.lang.String id)