|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mtdesktop.messages.util.MouseEventInfo
public class MouseEventInfo
The Class MouseEventInfo.
| 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 |
|---|
public MouseEventInfo()
public MouseEventInfo(int id,
float x,
float y)
id - the idx - the xy - the y| Method Detail |
|---|
public int getID()
public float getX()
public float getY()
public void setID(int id)
id - the new id
public void setMouseEventInfo(int id,
float x,
float y)
id - the idx - the xy - the ypublic void setX(float x)
x - the new xpublic void setY(float y)
y - the new y
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||