public static final enum

EngineOptions.ScreenOrientation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.andengine.engine.options.EngineOptions.ScreenOrientation

Summary

Enum Values
EngineOptions.ScreenOrientation  LANDSCAPE_FIXED  The app will be fixed in its default Landscape mode. 
EngineOptions.ScreenOrientation  LANDSCAPE_SENSOR  The app will automatically rotate between the Landscape modes, depending on the orientation of the device. 
EngineOptions.ScreenOrientation  PORTRAIT_FIXED  The app will be fixed in its default Portrait mode. 
EngineOptions.ScreenOrientation  PORTRAIT_SENSOR  The app will automatically rotate between the Portrait modes, depending on the orientation of the device. 
Public Methods
static EngineOptions.ScreenOrientation valueOf(String name)
final static ScreenOrientation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EngineOptions.ScreenOrientation LANDSCAPE_FIXED

The app will be fixed in its default Landscape mode.

public static final EngineOptions.ScreenOrientation LANDSCAPE_SENSOR

The app will automatically rotate between the Landscape modes, depending on the orientation of the device.

public static final EngineOptions.ScreenOrientation PORTRAIT_FIXED

The app will be fixed in its default Portrait mode.

public static final EngineOptions.ScreenOrientation PORTRAIT_SENSOR

The app will automatically rotate between the Portrait modes, depending on the orientation of the device.

Public Methods

public static EngineOptions.ScreenOrientation valueOf (String name)

public static final ScreenOrientation[] values ()