|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.Timer
treebolic.view.Animator
public class Animator
Animator implements animation of tree
Nested Class Summary | |
---|---|
(package private) class |
Animator.Job
|
Field Summary | |
---|---|
private static long |
serialVersionUID
|
private int |
theStartDelay
Start delay |
private View |
theView
View |
Fields inherited from class javax.swing.Timer |
---|
listenerList |
Constructor Summary | |
---|---|
Animator(View thisView,
int thisTimerLapse,
int thisStartDelay)
Constructor |
Method Summary | |
---|---|
boolean |
run(Animation thisAnimation,
boolean now)
Run animation |
Methods inherited from class javax.swing.Timer |
---|
addActionListener, fireActionPerformed, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private View theView
private int theStartDelay
Constructor Detail |
---|
public Animator(View thisView, int thisTimerLapse, int thisStartDelay)
thisView
- viewthisTimerLapse
- timer lapsethisStartDelay
- start delayMethod Detail |
---|
public boolean run(Animation thisAnimation, boolean now)
thisAnimation
- animationnow
- whether to start now
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |