|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESCREEN_ROTATION | |
---|---|
com.metaio.sdk.jni | |
com.metaio.tools |
Uses of ESCREEN_ROTATION in com.metaio.sdk.jni |
---|
Methods in com.metaio.sdk.jni that return ESCREEN_ROTATION | |
---|---|
ESCREEN_ROTATION |
IMetaioSDK.getScreenRotation()
See: setScreenRotationESCREEN_ROTATIONScreen rotation |
static ESCREEN_ROTATION |
ESCREEN_ROTATION.swigToEnum(int swigValue)
|
static ESCREEN_ROTATION |
ESCREEN_ROTATION.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ESCREEN_ROTATION[] |
ESCREEN_ROTATION.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 ESCREEN_ROTATION | |
---|---|
void |
IMetaioSDKAndroid.initializeRenderer(int width,
int height,
ESCREEN_ROTATION screenRotation)
|
void |
IMetaioSDKAndroid.initializeRenderer(int width,
int height,
ESCREEN_ROTATION screenRotation,
ERENDER_SYSTEM renderSystem)
|
void |
IMetaioSDK.setScreenRotation(ESCREEN_ROTATION rotation)
natural orientationThis should be called on Android if the Activity should support orientations other than Landscape See: getScreenRotationESCREEN_ROTATION |
Uses of ESCREEN_ROTATION in com.metaio.tools |
---|
Methods in com.metaio.tools that return ESCREEN_ROTATION | |
---|---|
static ESCREEN_ROTATION |
Screen.getRotation(Activity activity)
Get screen rotation that should be passed to the metaio SDK |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |