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 classCubicBezierEasingAn interpolator forAnimatorthat uses a cubic bezier curve.Methods in com.formdev.flatlaf.util that return Animator.Interpolator Modifier and Type Method Description default Animator.InterpolatorAnimatedIcon. getAnimationInterpolator()Returns the interpolator for the animation.Animator.InterpolatorAnimator. getInterpolator()Returns the interpolator for the animation.Methods in com.formdev.flatlaf.util with parameters of type Animator.Interpolator Modifier and Type Method Description voidAnimator. setInterpolator(Animator.Interpolator interpolator)Sets the interpolator for the animation.
-