Uses of Enum Class
com.iizix.gyro.IUIPanelAnimation.Type
Packages that use IUIPanelAnimation.Type
Uses of IUIPanelAnimation.Type in com.iizix.gyro
Methods in com.iizix.gyro that return IUIPanelAnimation.TypeModifier and TypeMethodDescriptionstatic IUIPanelAnimation.Type
IUIPanelAnimation.Type.fromCompositeValue
(int animation) Gets the type from a composite animation value.default IUIPanelAnimation.Type
IUIPanelAnimation.getAnimationType()
Gets the animation type.static IUIPanelAnimation.Type
Returns the enum constant of this class with the specified name.static IUIPanelAnimation.Type[]
IUIPanelAnimation.Type.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 IUIPanelAnimation.TypeModifier and TypeMethodDescriptionstatic 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.