|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
com.swfm.mica.animators.MiAnimatingWorker
| Field Summary |
| Constructor Summary | |
MiAnimatingWorker(MiPart somePartInAWindow)
|
|
MiAnimatingWorker(MiPart somePartInAWindow,
long stepTime,
long duration)
|
|
| Method Summary | |
void |
animate(double startOfStep,
double endOfStep)
It is safe to call graphics to update animation now. |
void |
end()
Clean up after animation. |
void |
ready()
Call this from a Mica thread to kick animation off. |
void |
run()
This is called by the Thread. |
void |
start()
Initialize before animation. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MiAnimatingWorker(MiPart somePartInAWindow)
public MiAnimatingWorker(MiPart somePartInAWindow,
long stepTime,
long duration)
| Method Detail |
public void ready()
public void start()
start in interface MiiAnimatablepublic void run()
run in interface java.lang.Runnable
public void animate(double startOfStep,
double endOfStep)
animate in interface MiiAnimatablestartOfStep - the beginning of the time sliceendOfStep - the end of the time slicepublic void end()
end in interface MiiAnimatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||