synergynetframework.mtinput.tuio.tuioobjects
Class TUIOFiducialObject

java.lang.Object
  extended by synergynetframework.mtinput.tuio.tuioobjects.TUIOObjectRepresentation
      extended by synergynetframework.mtinput.tuio.tuioobjects.TUIOFiducialObject

public class TUIOFiducialObject
extends TUIOObjectRepresentation

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

TUIOFiducialObject

public TUIOFiducialObject(long id,
                          int fiducial_id)
Instantiates a new TUIO fiducial object.

Parameters:
id - the id
fiducial_id - the fiducial_id
Method Detail

getAngle

public float getAngle()
Gets the angle.

Returns:
the angle

getAngleAcceleration

public float getAngleAcceleration()
Gets the angle acceleration.

Returns:
the angle acceleration

getAngleVelocity

public float getAngleVelocity()
Gets the angle velocity.

Returns:
the angle velocity

getFiducialId

public int getFiducialId()
Gets the fiducial id.

Returns:
the fiducial id

setAngle

public void setAngle(float angle)
Sets the angle.

Parameters:
angle - the new angle

setAngleAcceleration

public void setAngleAcceleration(float r_accel)
Sets the angle acceleration.

Parameters:
r_accel - the new angle acceleration

setAngleVelocity

public void setAngleVelocity(float r_speed)
Sets the angle velocity.

Parameters:
r_speed - the new angle velocity

setFiducialId

public void setFiducialId(int fiducialId)
Sets the fiducial id.

Parameters:
fiducialId - the new fiducial id

toString

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