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 TypeClassDescriptionclassAn interpolator forAnimatorthat 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.InterpolatorAnimatedIcon.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 TypeMethodDescriptionvoidAnimator.setInterpolator(Animator.Interpolator interpolator) Sets the interpolator for the animation.