|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Gesture
Field Summary | |
private Spline[] |
jointpath
|
(package private) java.lang.String |
name
|
private Object3d |
obj
|
private double |
speed
|
private boolean |
stopRequested
|
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
Gesture(Object3d o,
Spline[] tr,
double sp,
java.lang.String nm)
|
Method Summary | |
void |
reset()
|
void |
run()
|
void |
stopGest()
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean stopRequested
private Object3d obj
private double speed
private Spline[] jointpath
java.lang.String name
Constructor Detail |
public Gesture(Object3d o, Spline[] tr, double sp, java.lang.String nm)
Method Detail |
public void reset()
public void run()
run
in class java.lang.Thread
public void stopGest()
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |