Uses of Interface
com.formdev.flatlaf.util.Animator.Interpolator
-
Packages that use Animator.Interpolator Package Description com.formdev.flatlaf.util -
-
Uses of Animator.Interpolator in com.formdev.flatlaf.util
Classes in com.formdev.flatlaf.util that implement Animator.Interpolator Modifier and Type Class Description class
CubicBezierEasing
An interpolator forAnimator
that uses a cubic bezier curve.Fields in com.formdev.flatlaf.util declared as Animator.Interpolator Modifier and Type Field Description private Animator.Interpolator
Animator. interpolator
Methods in com.formdev.flatlaf.util that return Animator.Interpolator Modifier and Type Method Description default Animator.Interpolator
AnimatedIcon. getAnimationInterpolator()
Returns the interpolator for the animation.Animator.Interpolator
Animator. getInterpolator()
Returns the interpolator for the animation.Methods in com.formdev.flatlaf.util with parameters of type Animator.Interpolator Modifier and Type Method Description void
Animator. setInterpolator(Animator.Interpolator interpolator)
Sets the interpolator for the animation.
-