synergynetframework.mtinput.simulator
Class IndividualCursor

java.lang.Object
  extended by synergynetframework.mtinput.simulator.IndividualCursor

public class IndividualCursor
extends java.lang.Object

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

id

public int id
The id.


x

public float x
The x.


y

public float y
The y.

Constructor Detail

IndividualCursor

public IndividualCursor(int id,
                        float x,
                        float y)
Instantiates a new individual cursor.

Parameters:
id - the id
x - the x
y - the y