|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.environment.XuukTargetMover
public class XuukTargetMover
Needs to be connected to a SingleUserTracker
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
logger
|
protected VJoint |
vjTarget
The VJoint that is moved around |
private float |
xuukFieldMaxX
|
private float |
xuukFieldMaxY
|
private float |
xuukFieldMinX
|
private float |
xuukFieldMinY
|
private float |
xuukFieldZ
|
private float |
xuukUserRelX
between 0 and 1 |
private float |
xuukUserRelY
between 0 and 1 |
| Constructor Summary | |
|---|---|
XuukTargetMover(VJoint xt)
|
|
| Method Summary | |
|---|---|
void |
setUserGazeTarget(float x,
float y)
Set user target. |
void |
userAppeared(float x1,
float y1,
float x2,
float y2)
|
void |
userDisappeared()
|
void |
userMoved(float x1,
float y1,
float x2,
float y2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final org.slf4j.Logger logger
protected VJoint vjTarget
private float xuukFieldMinX
private float xuukFieldMaxX
private float xuukFieldMaxY
private float xuukFieldMinY
private float xuukFieldZ
private float xuukUserRelX
private float xuukUserRelY
| Constructor Detail |
|---|
public XuukTargetMover(VJoint xt)
| Method Detail |
|---|
public void setUserGazeTarget(float x,
float y)
public void userAppeared(float x1,
float y1,
float x2,
float y2)
userAppeared in interface SingleUserTrackerListenerpublic void userDisappeared()
userDisappeared in interface SingleUserTrackerListener
public void userMoved(float x1,
float y1,
float x2,
float y2)
userMoved in interface SingleUserTrackerListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||