|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AndroidConfigChooser.ConfigType>
com.jme3.system.android.AndroidConfigChooser.ConfigType
public static enum AndroidConfigChooser.ConfigType
Enum Constant Summary | |
---|---|
BEST
RGB???, 0 alpha, >=16 depth, 0 stencil |
|
BEST_TRANSLUCENT
RGB???, 8 alpha, >=16 depth, 0 stencil |
|
FASTEST
RGB565, 0 alpha, 16 depth, 0 stencil |
|
LEGACY
Turn off config chooser and use hardcoded setEGLContextClientVersion(2); setEGLConfigChooser(5, 6, 5, 0, 16, 0); |
Method Summary | |
---|---|
static AndroidConfigChooser.ConfigType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AndroidConfigChooser.ConfigType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AndroidConfigChooser.ConfigType FASTEST
public static final AndroidConfigChooser.ConfigType BEST
public static final AndroidConfigChooser.ConfigType LEGACY
public static final AndroidConfigChooser.ConfigType BEST_TRANSLUCENT
Method Detail |
---|
public static AndroidConfigChooser.ConfigType[] values()
for (AndroidConfigChooser.ConfigType c : AndroidConfigChooser.ConfigType.values()) System.out.println(c);
public static AndroidConfigChooser.ConfigType 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |