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 AnimatedNumberAnimatedVector2D.xAnimator for the x-value.private final AnimatedNumberAnimatedVector2D.yAnimator for the y-value.Fields in yearreview.app.animation with type parameters of type AnimatedNumberModifier and TypeFieldDescriptionprivate static final HashSet<AnimatedNumber>AnimationManager.animationsSet that stores all currently running animations.Methods in yearreview.app.animation with parameters of type AnimatedNumberModifier and TypeMethodDescriptionprotected static voidAnimationManager.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.animationsAnimatedNumbersused to animate the dots.