public class Win7Cursor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
CURRENT_ID
The current id.
|
Constructor and Description |
---|
Win7Cursor()
Instantiates a new win7 cursor.
|
Modifier and Type | Method and Description |
---|---|
com.jme3.math.Vector2f |
getContactSize()
Gets the contact size.
|
long |
getCreationTime()
Gets the creation time.
|
long |
getId()
Gets the id.
|
com.jme3.math.Vector2f |
getPosition()
Gets the position.
|
void |
setContactSize(com.jme3.math.Vector2f contactSize)
Sets the contact size.
|
void |
setCreationTime(long creationTime)
Sets the creation time.
|
void |
setId(long id)
Sets the id.
|
void |
setPosition(com.jme3.math.Vector2f position)
Sets the position.
|
java.lang.String |
toString() |
public com.jme3.math.Vector2f getContactSize()
public long getCreationTime()
public long getId()
public com.jme3.math.Vector2f getPosition()
public void setContactSize(com.jme3.math.Vector2f 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(com.jme3.math.Vector2f position)
position
- the new positionpublic java.lang.String toString()
toString
in class java.lang.Object