Uses of Class
com.jme3.system.android.AndroidConfigChooser.ConfigType

Packages that use AndroidConfigChooser.ConfigType
com.jme3.app The com.jme3.application provides a toolset for jME3 applications to interact with various components of the engine. 
com.jme3.system.android   
 

Uses of AndroidConfigChooser.ConfigType in com.jme3.app
 

Fields in com.jme3.app declared as AndroidConfigChooser.ConfigType
protected  AndroidConfigChooser.ConfigType AndroidHarness.eglConfigType
          ConfigType.FASTEST is RGB565, GLSurfaceView default ConfigType.BEST is RGBA8888 or better if supported by the hardware
 

Uses of AndroidConfigChooser.ConfigType in com.jme3.system.android
 

Fields in com.jme3.system.android declared as AndroidConfigChooser.ConfigType
protected  AndroidConfigChooser.ConfigType AndroidConfigChooser.type
           
 

Methods in com.jme3.system.android that return AndroidConfigChooser.ConfigType
static AndroidConfigChooser.ConfigType AndroidConfigChooser.ConfigType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AndroidConfigChooser.ConfigType[] AndroidConfigChooser.ConfigType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.system.android with parameters of type AndroidConfigChooser.ConfigType
 android.opengl.GLSurfaceView OGLESContext.createView(AndroidConfigChooser.ConfigType configType, boolean eglConfigVerboseLogging)
          createView creates the GLSurfaceView that the renderer will draw to.
 

Constructors in com.jme3.system.android with parameters of type AndroidConfigChooser.ConfigType
AndroidConfigChooser(AndroidConfigChooser.ConfigType type)