|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.hisee.graphics.GaugeThread
GaugeThread updates the Gauge Panel; Used for repeatedly iterating iterative projection algorithms. Invoked by the "play" button on the toolbar.
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
GaugeThread(GaugePanel thePanel)
|
|
| Method Summary | |
boolean |
isRunning()
|
void |
run()
|
void |
setRunning(boolean b)
|
| 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, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GaugeThread(GaugePanel thePanel)
thePanel - reference to the gauge panel| Method Detail |
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic boolean isRunning()
public void setRunning(boolean b)
b - true to run the network thread, false to stop it
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||