tools.tracesviewer
Class TracesAnimationThread

java.lang.Object
  extended by tools.tracesviewer.TracesAnimationThread
All Implemented Interfaces:
Runnable

public class TracesAnimationThread
extends Object
implements Runnable


Field Summary
 Thread tracesThread
           
 
Constructor Summary
TracesAnimationThread(TracesCanvas tracesCanvas)
           
 
Method Summary
 int getDelay()
           
 void run()
           
 void setDelay(int i)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tracesThread

public Thread tracesThread
Constructor Detail

TracesAnimationThread

public TracesAnimationThread(TracesCanvas tracesCanvas)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface Runnable

setDelay

public void setDelay(int i)

getDelay

public int getDelay()


Copyright © 2012. All Rights Reserved.