Uses of Enum Class
com.iizix.gyro.IUIPanelAnimation.Speed
Packages that use IUIPanelAnimation.Speed
Uses of IUIPanelAnimation.Speed in com.iizix.gyro
Methods in com.iizix.gyro that return IUIPanelAnimation.SpeedModifier and TypeMethodDescriptionstatic IUIPanelAnimation.SpeedIUIPanelAnimation.Speed.fromCompositeValue(int animation) Returns a Speed from a composite value.default IUIPanelAnimation.SpeedIUIPanelAnimation.getAnimationSpeed()Gets the animation speed.static IUIPanelAnimation.SpeedReturns the enum constant of this class with the specified name.static IUIPanelAnimation.Speed[]IUIPanelAnimation.Speed.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.SpeedModifier and TypeMethodDescriptionstatic intIUIPanelAnimation.getAnimationValue(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed) Gets the animation value.default booleanIUIPanelAnimation.setAnimation(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed) Sets the animation when a panel is replaced by another.default intIClientSessionGyro.setNextPanelAnimation(IUIPanelAnimation.Type type, IUIPanelAnimation.Direction direction, IUIPanelAnimation.Speed speed) Sets the animation that will be used for next panel that replaces another panel.