-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum ScreenOrientation
Screen orientation statuses
-
-
Method Summary
Modifier and Type Method Description String
toString()
static Array<ScreenOrientation>
values()
static ScreenOrientation
valueOf(String name)
-
-
Method Detail
-
values
static Array<ScreenOrientation> values()
-
valueOf
static ScreenOrientation valueOf(String name)
-
-
-
-