|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.win7.Win7Cursor
public class Win7Cursor
The Class Win7Cursor.
Field Summary | |
---|---|
static long |
CURRENT_ID
The current id. |
Constructor Summary | |
---|---|
Win7Cursor()
Instantiates a new win7 cursor. |
Method Summary | |
---|---|
java.awt.geom.Point2D.Float |
getContactSize()
Gets the contact size. |
long |
getCreationTime()
Gets the creation time. |
long |
getId()
Gets the id. |
java.awt.geom.Point2D.Float |
getPosition()
Gets the position. |
void |
setContactSize(java.awt.geom.Point2D.Float contactSize)
Sets the contact size. |
void |
setCreationTime(long creationTime)
Sets the creation time. |
void |
setId(long id)
Sets the id. |
void |
setPosition(java.awt.geom.Point2D.Float position)
Sets the position. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static long CURRENT_ID
Constructor Detail |
---|
public Win7Cursor()
Method Detail |
---|
public java.awt.geom.Point2D.Float getContactSize()
public long getCreationTime()
public long getId()
public java.awt.geom.Point2D.Float getPosition()
public void setContactSize(java.awt.geom.Point2D.Float contactSize)
contactSize
- the new contact sizepublic void setCreationTime(long creationTime)
creationTime
- the new creation timepublic void setId(long id)
id
- the new idpublic void setPosition(java.awt.geom.Point2D.Float position)
position
- the new positionpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |