public interface Animator
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(javax.swing.event.ChangeListener listener) |
void |
animateStep() |
void |
dispatch(Interpolator interpolator)
Dispatches an interpolator for the animation thread.
|
boolean |
isActive() |
boolean |
isSynchronous() |
void |
removeChangeListener(javax.swing.event.ChangeListener listener) |
void |
run() |
void |
setLock(java.lang.Object lock)
Set the lock object, on which the animator synchronizes while
animating the interpolators.
|
void |
start() |
void |
stop() |
void setLock(java.lang.Object lock)
boolean isActive()
void start()
void stop()
void dispatch(Interpolator interpolator)
void animateStep()
void run()
run
in interface java.lang.Runnable
void addChangeListener(javax.swing.event.ChangeListener listener)
void removeChangeListener(javax.swing.event.ChangeListener listener)
boolean isSynchronous()