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
Fields in com.formdev.flatlaf.util with type parameters of type Animator.TimingTarget Modifier and Type Field Description private java.util.ArrayList<Animator.TimingTarget>
Animator. targets
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, java.lang.Runnable endRunnable)
Creates an animation that runs duration milliseconds.
-