synergynetframework.mtinput.win7
Class Win7Cursor

java.lang.Object
  extended by synergynetframework.mtinput.win7.Win7Cursor

public class Win7Cursor
extends java.lang.Object

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

CURRENT_ID

public static long CURRENT_ID
The current id.

Constructor Detail

Win7Cursor

public Win7Cursor()
Instantiates a new win7 cursor.

Method Detail

getContactSize

public java.awt.geom.Point2D.Float getContactSize()
Gets the contact size.

Returns:
the contact size

getCreationTime

public long getCreationTime()
Gets the creation time.

Returns:
the creation time

getId

public long getId()
Gets the id.

Returns:
the id

getPosition

public java.awt.geom.Point2D.Float getPosition()
Gets the position.

Returns:
the position

setContactSize

public void setContactSize(java.awt.geom.Point2D.Float contactSize)
Sets the contact size.

Parameters:
contactSize - the new contact size

setCreationTime

public void setCreationTime(long creationTime)
Sets the creation time.

Parameters:
creationTime - the new creation time

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

setPosition

public void setPosition(java.awt.geom.Point2D.Float position)
Sets the position.

Parameters:
position - the new position

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object