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 ScreenOrientationIClientSessionGyro. getScreenOrientation()Gets the current screen orientation.static ScreenOrientationScreenOrientation. 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 voidIScreenOrientationListener. onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)Called when the screen orientation changes.booleanIClientSessionGyro. 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 ScreenOrientationEnvProps. getScreenOrientation()Gets the current screen orientation.Methods in com.iizix.prop with parameters of type ScreenOrientation Modifier and Type Method Description booleanEnvProps. 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 ScreenOrientationClientSessionGyro. getScreenOrientation()Gets the current screen orientation.Methods in com.iizix.server.gyro with parameters of type ScreenOrientation Modifier and Type Method Description booleanClientSessionGyro. setScreenOrientation(ScreenOrientation orientation)Locks the screen orientation.