org.placelab.demo.mapview
Class ReticleMotion

java.lang.Object
  extended byorg.placelab.demo.mapview.ReticleMotion
All Implemented Interfaces:
java.lang.Runnable

public class ReticleMotion
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ReticleMotion(ReticleOverlay ui, ReticleMotion prev, int x, int y, int dev, int timeout)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReticleMotion

public ReticleMotion(ReticleOverlay ui,
                     ReticleMotion prev,
                     int x,
                     int y,
                     int dev,
                     int timeout)
Method Detail

stop

public void stop()

run

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