Class AnimatedIcon.AnimationSupport

java.lang.Object
com.formdev.flatlaf.util.AnimatedIcon.AnimationSupport
Enclosing interface:
AnimatedIcon

public static class AnimatedIcon.AnimationSupport extends Object
Animation support class that stores the animation state and implements the animation.
  • Field Details

    • startValue

      private float startValue
    • targetValue

      private float targetValue
    • animatedValue

      private float animatedValue
    • fraction

      private float fraction
    • animator

      private Animator animator
    • x

      private int x
    • y

      private int y
  • Constructor Details

    • AnimationSupport

      public AnimationSupport()
  • Method Details