Class SelectBoxAnimation
java.lang.Object
com.spinyowl.legui.animation.Animation
com.spinyowl.legui.component.misc.animation.selectbox.SelectBoxAnimation
-
Constructor Summary
ConstructorsConstructorDescriptionSelectBoxAnimation(SelectBox selectBox, SelectBox.SelectBoxScrollablePanel selectionListPanel) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleananimate(double delta) This method used to update animated object.Methods inherited from class com.spinyowl.legui.animation.Animation
afterAnimation, beforeAnimation, isAnimationStarted, startAnimation, stopAnimation
-
Constructor Details
-
SelectBoxAnimation
public SelectBoxAnimation(SelectBox selectBox, SelectBox.SelectBoxScrollablePanel selectionListPanel)
-
-
Method Details
-
animate
protected boolean animate(double delta) This method used to update animated object. Called by animator every frame. Removed from animator and stops when this method returns true.Returns true if animation is finished and could be removed from animator.
-