Uses of Class
com.iizix.gyro.IUIPanelAnimation.Type
Packages that use IUIPanelAnimation.Type Package Description com.iizix.gyro Uses of IUIPanelAnimation.Type in com.iizix.gyro
Methods in com.iizix.gyro that return IUIPanelAnimation.Type Modifier and Type Method Description static IUIPanelAnimation.TypeIUIPanelAnimation.Type. fromCompositeValue(int animation)Gets the type from a composite animation value.default IUIPanelAnimation.TypeIUIPanelAnimation. getAnimationType()Gets the animation type.static IUIPanelAnimation.TypeIUIPanelAnimation.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IUIPanelAnimation.Type[]IUIPanelAnimation.Type. 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.Type Modifier and Type Method Description static 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.