Uses of Interface
com.formdev.flatlaf.util.Animator.TimingTarget
-
Packages that use Animator.TimingTarget Package Description com.formdev.flatlaf.util -
-
Uses of Animator.TimingTarget in com.formdev.flatlaf.util
Methods in com.formdev.flatlaf.util with parameters of type Animator.TimingTarget Modifier and Type Method Description void
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.TimingTarget Constructor Description Animator(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.
-