|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.vrml.device.Tracker
An abstract representation of a tracker. A tracker is a sensor on a device. A device may contain many trackers.
| Field Summary | |
static int |
MASK_NONE
This sensor only issues button events |
static int |
MASK_ORIENTATION
This sensor can change orientation in the scene |
static int |
MASK_PICKING
This sensor can pick items in the scene |
static int |
MASK_POSITION
This sensor can change position in the scene |
| Constructor Summary | |
Tracker()
|
|
| Method Summary | |
boolean |
actionChanges()
Can the action type of this sensor change over time? |
abstract int |
getActionMask()
What action types does this sensor return. |
abstract void |
getState(TrackerState state)
Get the current state of this tracker. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MASK_NONE
public static final int MASK_PICKING
public static final int MASK_POSITION
public static final int MASK_ORIENTATION
| Constructor Detail |
public Tracker()
| Method Detail |
public boolean actionChanges()
public abstract int getActionMask()
public abstract void getState(TrackerState state)
state - The current state
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||