Class TextAreaScrollAnimation
java.lang.Object
com.spinyowl.legui.animation.Animation
com.spinyowl.legui.component.misc.animation.ViewportAnimation<TextArea>
com.spinyowl.legui.component.misc.animation.textarea.TextAreaScrollAnimation
-
Constructor Summary
ConstructorsConstructorDescriptionTextAreaScrollAnimation(TextArea textArea) TextAreaScrollAnimation(TextArea textArea, double updateTime) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidupdateViewport(TextArea scrollablePanel, double delta) Methods inherited from class com.spinyowl.legui.component.misc.animation.ViewportAnimation
animate, getComponentReference, updateViewportMethods inherited from class com.spinyowl.legui.animation.Animation
afterAnimation, beforeAnimation, isAnimationStarted, startAnimation, stopAnimation
-
Constructor Details
-
TextAreaScrollAnimation
-
TextAreaScrollAnimation
-
-
Method Details
-
updateViewport
- Specified by:
updateViewportin classViewportAnimation<TextArea>
-