Uses of Class
com.metaio.sdk.jni.ERENDER_SYSTEM

Packages that use ERENDER_SYSTEM
com.metaio.sdk.jni   
 

Uses of ERENDER_SYSTEM in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return ERENDER_SYSTEM
static ERENDER_SYSTEM ERENDER_SYSTEM.swigToEnum(int swigValue)
           
static ERENDER_SYSTEM ERENDER_SYSTEM.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ERENDER_SYSTEM[] ERENDER_SYSTEM.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metaio.sdk.jni with parameters of type ERENDER_SYSTEM
 void IMetaioSDKAndroid.initializeRenderer(int width, int height, ESCREEN_ROTATION screenRotation, ERENDER_SYSTEM renderSystem)