|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectt3.hrd.input.PointInputDeviceState
public class PointInputDeviceState
Data structure to store the state of a point input device.
Field Summary | |
---|---|
int |
buttons
Integer where each bit represents a button. |
int |
clientId
Client id |
double |
DESKx
Location of the device in DESK space. |
double |
DESKy
Location of the device in DESK space. |
java.io.Serializable |
extra
|
int |
personId
Person id |
int |
pointInputDeviceType
Device type |
boolean |
positionAndButtonsKnown
True iff the position of the device and its button state are currently known. |
Constructor Summary | |
---|---|
PointInputDeviceState(int clientId,
int pointInputType,
int personId)
|
|
PointInputDeviceState(int clientId,
int pointInputType,
int personId,
boolean positionAndButtonsKnown,
double DESKx,
double DESKy,
int buttons,
java.io.Serializable extra)
|
Method Summary | |
---|---|
PointInputDeviceState |
clone()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int pointInputDeviceType
public final int clientId
public final int personId
public boolean positionAndButtonsKnown
public int buttons
public double DESKx
public double DESKy
public java.io.Serializable extra
Constructor Detail |
---|
public PointInputDeviceState(int clientId, int pointInputType, int personId)
public PointInputDeviceState(int clientId, int pointInputType, int personId, boolean positionAndButtonsKnown, double DESKx, double DESKy, int buttons, java.io.Serializable extra)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public PointInputDeviceState clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |