Uses of Interface
com.formdev.flatlaf.util.Animator.TimingTarget
Packages that use Animator.TimingTarget
-
Uses of Animator.TimingTarget in com.formdev.flatlaf.util
Fields in com.formdev.flatlaf.util with type parameters of type Animator.TimingTargetMethods in com.formdev.flatlaf.util with parameters of type Animator.TimingTargetModifier and TypeMethodDescriptionvoid
Animator.addTarget
(Animator.TimingTarget target) Adds a target to the animation that receives timing events.void
Animator.removeTarget
(Animator.TimingTarget target) Removes a target from the animation.Constructors in com.formdev.flatlaf.util with parameters of type Animator.TimingTargetModifierConstructorDescriptionAnimator
(int duration, Animator.TimingTarget target) Creates an animation that runs duration milliseconds.Animator
(int duration, Animator.TimingTarget target, Runnable endRunnable) Creates an animation that runs duration milliseconds.