Uses of Class
com.blackrook.gui.GUIAnimation
Packages that use GUIAnimation
-
Uses of GUIAnimation in com.blackrook.gui
Methods in com.blackrook.gui that return GUIAnimationModifier and TypeMethodDescriptionstatic GUIAnimationCreates a new GUI animation that calls an action on the object.static GUIAnimationCreates a new GUI animation that performs an object bounds transition.static GUIAnimationGUIAnimation.color(float red, float green, float blue, float alpha) Creates a new GUI animation that performs a color transition.static GUIAnimationCreates a new GUI animation that performs a color transition.static GUIAnimationCreates a new GUI animation that performs an object dimension transition.static GUIAnimationGUIAnimation.opacity(float opacity) Creates a new GUI animation that performs an opacity transition.static GUIAnimationCreates a new GUI animation that performs an object position transition.static GUIAnimationGUIAnimation.rotation(float rotation) Creates a new GUI animation that performs a rotation transition.static GUIAnimationCreates a new GUI animation that sets a texture on the object.static GUIAnimationGUIAnimation.visible(boolean visible) Creates a new GUI animation that performs an object visibility change.Methods in com.blackrook.gui with parameters of type GUIAnimationModifier and TypeMethodDescriptionGUIObject.animate(long duration, GUIAnimation... animations) Enqueues an animation on this GUI Object, linear transition.GUIObject.animate(long duration, GUIEasingType transition, GUIAnimation... animations) Enqueues an animation on this GUI Object.GUIObject.animate(GUIAnimation... animations) Enqueues an animation on this GUI Object, no duration.GUIQuery.animate(long cumulativeDelay, long duration, GUIAnimation... animations) Enqueues an animation on this GUI Object, linear transition, and with a cumulative delay added to each object.GUIQuery.animate(long cumulativeDelay, long duration, GUIEasingType transition, GUIAnimation... animations) Enqueues an animation on this GUI Object, and with a cumulative delay added to each object.GUIQuery.animate(long duration, GUIAnimation... animations) Enqueues an animation on this GUI Object, linear transition.GUIQuery.animate(long duration, GUIEasingType transition, GUIAnimation... animations) Enqueues an animation on this GUI Object.GUIQuery.animate(GUIAnimation... animations) Enqueues an animation on this GUI Object, no duration.