Uses of Enum Class
com.iizix.gyro.ScreenOrientation
Packages that use ScreenOrientation
Uses of ScreenOrientation in com.iizix.gyro
Methods in com.iizix.gyro that return ScreenOrientationModifier and TypeMethodDescriptionIClientSessionGyro.getScreenOrientation()Gets the current screen orientation.static ScreenOrientationReturns the enum constant of this class with the specified name.static ScreenOrientation[]ScreenOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type ScreenOrientationModifier and TypeMethodDescriptionvoidIScreenOrientationListener.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 ScreenOrientationModifier and TypeMethodDescriptionEnvProps.getScreenOrientation()Gets the current screen orientation.Methods in com.iizix.prop with parameters of type ScreenOrientationModifier and TypeMethodDescriptionbooleanEnvProps.setScreenOrientation(ScreenOrientation orientation) Locks the screen orientation.Uses of ScreenOrientation in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ScreenOrientationModifier and TypeMethodDescriptionClientSessionGyro.getScreenOrientation()Gets the current screen orientation.Methods in com.iizix.server.gyro with parameters of type ScreenOrientationModifier and TypeMethodDescriptionbooleanClientSessionGyro.setScreenOrientation(ScreenOrientation orientation) Locks the screen orientation.