Uses of Class
com.iizix.gyro.ScreenOrientation
Packages that use ScreenOrientation Package Description com.iizix.gyro com.iizix.prop com.iizix.server.gyro Uses of ScreenOrientation in com.iizix.gyro
Methods in com.iizix.gyro that return ScreenOrientation Modifier and Type Method Description ScreenOrientation
IClientSessionGyro. getScreenOrientation()
Gets the current screen orientation.static ScreenOrientation
ScreenOrientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScreenOrientation[]
ScreenOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.gyro with parameters of type ScreenOrientation Modifier and Type Method Description void
IScreenOrientationListener. onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)
Called when the screen orientation changes.boolean
IClientSessionGyro. setScreenOrientation(ScreenOrientation orientation)
Locks the screen orientation.Uses of ScreenOrientation in com.iizix.prop
Methods in com.iizix.prop that return ScreenOrientation Modifier and Type Method Description ScreenOrientation
EnvProps. getScreenOrientation()
Gets the current screen orientation.Methods in com.iizix.prop with parameters of type ScreenOrientation Modifier and Type Method Description boolean
EnvProps. setScreenOrientation(ScreenOrientation orientation)
Locks the screen orientation.Uses of ScreenOrientation in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ScreenOrientation Modifier and Type Method Description ScreenOrientation
ClientSessionGyro. getScreenOrientation()
Gets the current screen orientation.Methods in com.iizix.server.gyro with parameters of type ScreenOrientation Modifier and Type Method Description boolean
ClientSessionGyro. setScreenOrientation(ScreenOrientation orientation)
Locks the screen orientation.