Uses of Interface
com.blackrook.gui.GUIEasingType
Packages that use GUIEasingType
Package
Description
Containing GUI components.
Contains objects to add to the GUI scene.
-
Uses of GUIEasingType in com.blackrook.gui
Classes in com.blackrook.gui that implement GUIEasingTypeMethods in com.blackrook.gui with parameters of type GUIEasingTypeModifier and TypeMethodDescriptionGUIObject.animate(long duration, GUIEasingType transition, GUIAnimation... animations) Enqueues an animation on this GUI 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, GUIEasingType transition, GUIAnimation... animations) Enqueues an animation on this GUI Object. -
Uses of GUIEasingType in com.blackrook.gui.object
Fields in com.blackrook.gui.object declared as GUIEasingTypeModifier and TypeFieldDescriptionprotected GUIEasingTypeGUIProgressBar.transitionTypeTransition type.Methods in com.blackrook.gui.object that return GUIEasingTypeMethods in com.blackrook.gui.object with parameters of type GUIEasingTypeModifier and TypeMethodDescriptionvoidGUIProgressBar.setTransitionType(GUIEasingType transitionType) Sets the current transition type.