|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.simulator.IndividualCursor
public class IndividualCursor
The Class IndividualCursor.
Field Summary | |
---|---|
int |
id
The id. |
float |
x
The x. |
float |
y
The y. |
Constructor Summary | |
---|---|
IndividualCursor(int id,
float x,
float y)
Instantiates a new individual cursor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int id
public float x
public float y
Constructor Detail |
---|
public IndividualCursor(int id, float x, float y)
id
- the idx
- the xy
- the y
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |