Uses of Class
yearreview.app.animation.AnimatedNumber
-
Uses of AnimatedNumber in yearreview.app.animation
Modifier and TypeFieldDescriptionprivate final AnimatedNumber
AnimatedVector2D.x
Animator for the x-value.private final AnimatedNumber
AnimatedVector2D.y
Animator for the y-value.Modifier and TypeFieldDescriptionprivate static final HashSet<AnimatedNumber>
AnimationManager.animations
Set that stores all currently running animations.Modifier and TypeMethodDescriptionprotected static void
AnimationManager.addAnimation
(AnimatedNumber animation) Adds an animation to the Manager. -
Uses of AnimatedNumber in yearreview.app.grid.widgets
Modifier and TypeFieldDescriptionprivate final List<AnimatedNumber>
TestWidgetAnimation.animations
AnimatedNumbers
used to animate the dots.