Uses of Class
com.iizix.gyro.IUIPanelAnimation.Direction
Packages that use IUIPanelAnimation.Direction Package Description com.iizix.gyro Uses of IUIPanelAnimation.Direction in com.iizix.gyro
Methods in com.iizix.gyro that return IUIPanelAnimation.Direction Modifier and Type Method Description static IUIPanelAnimation.Direction
IUIPanelAnimation.Direction. fromCompositeValue(int animation)
Gets the direction from a composite animation value.default IUIPanelAnimation.Direction
IUIPanelAnimation. getAnimationDirection()
Gets the animation direction.static IUIPanelAnimation.Direction
IUIPanelAnimation.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IUIPanelAnimation.Direction[]
IUIPanelAnimation.Direction. 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 IUIPanelAnimation.Direction Modifier and Type Method Description static int
IUIPanelAnimation. getAnimationValue(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed)
Gets the animation value.default boolean
IUIPanelAnimation. setAnimation(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed)
Sets the animation when a panel is replaced by another.default int
IClientSessionGyro. setNextPanelAnimation(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed)
Sets the animation that will be used for next panel that replaces another panel.