|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.tuio.tuioobjects.TUIOObjectRepresentation
public abstract class TUIOObjectRepresentation
The Class TUIOObjectRepresentation.
Constructor Summary | |
---|---|
TUIOObjectRepresentation(long id)
Constructs the object with an id and also sets the creationTime to be now. |
Method Summary | |
---|---|
long |
getCreationTime()
Gets the creation time. |
long |
getId()
Gets the id. |
java.awt.geom.Point2D.Float |
getPosition()
Gets the position. |
java.awt.geom.Point2D.Float |
getVelocity()
Gets the velocity. |
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. |
void |
setVelocity(java.awt.geom.Point2D.Float velocity)
Sets the velocity. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TUIOObjectRepresentation(long id)
id
- the idMethod Detail |
---|
public long getCreationTime()
public long getId()
public java.awt.geom.Point2D.Float getPosition()
public java.awt.geom.Point2D.Float getVelocity()
public 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 void setVelocity(java.awt.geom.Point2D.Float velocity)
velocity
- the new velocity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |