Parkinson Disease Database

spirals.motol.gui
Class TimeThread

java.lang.Object
  extended by java.lang.Thread
      extended by spirals.motol.gui.TimeThread
All Implemented Interfaces:
java.lang.Runnable

 class TimeThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.awt.Font font
           
private  CaptureFrame frame
           
private  int height
           
private  java.awt.image.BufferedImage img
           
private  boolean running
           
private  int width
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TimeThread(CaptureFrame cf)
           
 
Method Summary
 void end()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Field Detail

running

private boolean running

frame

private CaptureFrame frame

img

private java.awt.image.BufferedImage img

width

private int width

height

private int height

font

private java.awt.Font font
Constructor Detail

TimeThread

public TimeThread(CaptureFrame cf)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

end

public void end()

Parkinson Disease Database