Uses of Interface
com.formdev.flatlaf.util.Animator.Interpolator
Packages that use Animator.Interpolator
-
Uses of Animator.Interpolator in com.formdev.flatlaf.util
Classes in com.formdev.flatlaf.util that implement Animator.InterpolatorModifier and TypeClassDescriptionclass
An interpolator forAnimator
that uses a cubic bezier curve.Fields in com.formdev.flatlaf.util declared as Animator.InterpolatorMethods in com.formdev.flatlaf.util that return Animator.InterpolatorModifier and TypeMethodDescriptiondefault Animator.Interpolator
AnimatedIcon.getAnimationInterpolator()
Returns the interpolator for the animation.Animator.getInterpolator()
Returns the interpolator for the animation.Methods in com.formdev.flatlaf.util with parameters of type Animator.InterpolatorModifier and TypeMethodDescriptionvoid
Animator.setInterpolator
(Animator.Interpolator interpolator) Sets the interpolator for the animation.