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