apps.mtdesktop.messages.util
Class MouseEventInfo

java.lang.Object
  extended by apps.mtdesktop.messages.util.MouseEventInfo
All Implemented Interfaces:
java.io.Serializable

public class MouseEventInfo
extends java.lang.Object
implements java.io.Serializable

The Class MouseEventInfo.

See Also:
Serialized Form

Constructor Summary
MouseEventInfo()
          Instantiates a new mouse event info.
MouseEventInfo(int id, float x, float y)
          Instantiates a new mouse event info.
 
Method Summary
 int getID()
          Gets the id.
 float getX()
          Gets the x.
 float getY()
          Gets the y.
 void setID(int id)
          Sets the id.
 void setMouseEventInfo(int id, float x, float y)
          Sets the mouse event info.
 void setX(float x)
          Sets the x.
 void setY(float y)
          Sets the y.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseEventInfo

public MouseEventInfo()
Instantiates a new mouse event info.


MouseEventInfo

public MouseEventInfo(int id,
                      float x,
                      float y)
Instantiates a new mouse event info.

Parameters:
id - the id
x - the x
y - the y
Method Detail

getID

public int getID()
Gets the id.

Returns:
the id

getX

public float getX()
Gets the x.

Returns:
the x

getY

public float getY()
Gets the y.

Returns:
the y

setID

public void setID(int id)
Sets the id.

Parameters:
id - the new id

setMouseEventInfo

public void setMouseEventInfo(int id,
                              float x,
                              float y)
Sets the mouse event info.

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

setX

public void setX(float x)
Sets the x.

Parameters:
x - the new x

setY

public void setY(float y)
Sets the y.

Parameters:
y - the new y