|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectikayaki.gui.MagnetometerStatusPanel.MagnetometerStatusAnimator
private class MagnetometerStatusPanel.MagnetometerStatusAnimator
Animator-thread for updating magnetometer status pic.
Field Summary | |
---|---|
private Thread |
animatorThread
Deprecated. |
private boolean |
going
Deprecated. |
private int |
msps
Deprecated. |
private int |
posAmount
Deprecated. |
private int |
posDirection
Deprecated. |
private int |
posFrom
Deprecated. |
private int |
rotateAmount
Deprecated. |
private int |
rotateDirection
Deprecated. |
private int |
rotateFrom
Deprecated. |
private int |
rps
Deprecated. |
private int |
sps
Deprecated. |
private long |
startTime
Deprecated. |
private int |
updateDelay
Deprecated. |
Constructor Summary | |
---|---|
MagnetometerStatusPanel.MagnetometerStatusAnimator()
Deprecated. |
|
MagnetometerStatusPanel.MagnetometerStatusAnimator(int updateDelay)
Deprecated. |
Method Summary | |
---|---|
void |
going(int posTo,
int rotateTo)
Deprecated. handler positions estimated by Handler. |
void |
gone()
Deprecated. ...And we're done; called by updateStatus. |
private void |
killAnimatorThread()
Deprecated. |
void |
run_old()
Deprecated. handler positions now estimated by Handler. |
void |
run()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int updateDelay
private int sps
private int msps
private int rps
private int posFrom
private int rotateFrom
private int posAmount
private int rotateAmount
private int posDirection
private int rotateDirection
private long startTime
private boolean going
private Thread animatorThread
Constructor Detail |
---|
public MagnetometerStatusPanel.MagnetometerStatusAnimator()
public MagnetometerStatusPanel.MagnetometerStatusAnimator(int updateDelay)
Method Detail |
---|
public void going(int posTo, int rotateTo)
public void gone()
private void killAnimatorThread()
public void run()
run
in interface Runnable
public void run_old()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |