public enum STER extends Enum<STER>
Enum Constant and Description |
---|
CUSTOM |
DOUBLE |
DTI |
NONE |
REDBLUE |
REDCYAN |
REDGREEN |
Modifier and Type | Field and Description |
---|---|
private boolean |
isBiColor |
private String |
name |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static STER |
getStereoMode(String id) |
boolean |
isBiColor() |
static STER |
valueOf(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 DTI
public static final STER CUSTOM
private String name
private boolean isBiColor
public static STER[] values()
for (STER c : STER.values()) System.out.println(c);
public static STER 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 getName()
public boolean isBiColor()