|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.tuio.tuioobjects.TUIOObjectRepresentation
synergynetframework.mtinput.tuio.tuioobjects.TUIOFiducialObject
public class TUIOFiducialObject
The Class TUIOFiducialObject.
Constructor Summary | |
---|---|
TUIOFiducialObject(long id,
int fiducial_id)
Instantiates a new TUIO fiducial object. |
Method Summary | |
---|---|
float |
getAngle()
Gets the angle. |
float |
getAngleAcceleration()
Gets the angle acceleration. |
float |
getAngleVelocity()
Gets the angle velocity. |
int |
getFiducialId()
Gets the fiducial id. |
void |
setAngle(float angle)
Sets the angle. |
void |
setAngleAcceleration(float r_accel)
Sets the angle acceleration. |
void |
setAngleVelocity(float r_speed)
Sets the angle velocity. |
void |
setFiducialId(int fiducialId)
Sets the fiducial id. |
java.lang.String |
toString()
|
Methods inherited from class synergynetframework.mtinput.tuio.tuioobjects.TUIOObjectRepresentation |
---|
getCreationTime, getId, getPosition, getVelocity, setCreationTime, setId, setPosition, setVelocity |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TUIOFiducialObject(long id, int fiducial_id)
id
- the idfiducial_id
- the fiducial_idMethod Detail |
---|
public float getAngle()
public float getAngleAcceleration()
public float getAngleVelocity()
public int getFiducialId()
public void setAngle(float angle)
angle
- the new anglepublic void setAngleAcceleration(float r_accel)
r_accel
- the new angle accelerationpublic void setAngleVelocity(float r_speed)
r_speed
- the new angle velocitypublic void setFiducialId(int fiducialId)
fiducialId
- the new fiducial idpublic 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 |