ants.move.core.views.avatar
Class AvatarMovement

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--ants.move.core.views.avatar.AvatarMovement
All Implemented Interfaces:
java.lang.Runnable

public class AvatarMovement
extends java.lang.Thread

Avatar Movement class.

Version:
1.2 Build 2000
Author:
Carles Pairot (cpairot@tinet.org), Oriol Montalà (omontala@tinet.org)

Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AvatarMovement(AvatarInformation aInf)
          Sole constructor.
 
Method Summary
 void run()
          Current thread's body.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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

AvatarMovement

public AvatarMovement(AvatarInformation aInf)
Sole constructor.
Parameters:
params - None
Throws:
exceptions - No exceptions thrown
Method Detail

run

public void run()
Current thread's body. Changes avatar's position.
Overrides:
run in class java.lang.Thread
Parameters:
params - None
Returns:
No return value
Throws:
exceptions - No exceptions thrown


Developers: Oriol Montala, Carles Pairot, Francesc Pinas2000 - 2002
Departament d'Enginyeria Informatica i Matematiques
Escola Tecnica Superior d'Enginyeria
Universitat Rovira i Virgili