The TuioClient starts listening to TUIO messages on the configured UDP port
All reveived TUIO messages are decoded and the resulting TUIO events are broadcasted to all registered TuioListeners
This constructor takes a TuioTime argument and assigns it along with the provided
Session ID, Cursor ID, X and Y coordinate to the newly created TuioCursor.
The TuioListener interface provides a simple callback infrastructure which is used by the TuioClient class
to dispatch TUIO events to all registered instances of classes that implement the TuioListener interface defined here.
This constructor takes a TuioTime argument and assigns it along with the provided
Session ID, Symbol ID, X and Y coordinate and angle to the newly created TuioObject.
The TuioPoint class on the one hand is a simple container and utility class to handle TUIO positions in general,
on the other hand the TuioPoint is the base class for the TuioCursor and TuioObject classes.
This constructor takes two floating point coordinate arguments and sets
its coordinate attributes to these values and its time stamp to the current session time.
This constructor takes a TuioPoint argument and sets its coordinate attributes
to the coordinates of the provided TuioPoint and its time stamp to the current session time.
This constructor takes a TuioTime object and two floating point coordinate arguments and sets
its coordinate attributes to these values and its time stamp to the provided TUIO time object.
Takes a TuioTime argument and assigns it along with the provided
X and Y coordinate, angle, X and Y velocity, motion acceleration,
rotation speed and rotation acceleration to the private TuioObject attributes.
Assigns the provided X and Y coordinate, angle, X and Y velocity, motion acceleration
rotation velocity and rotation acceleration to the private TuioContainer attributes.
Takes two floating point coordinate arguments and updates its coordinate attributes
to the coordinates of the provided TuioPoint and leaves its time stamp unchanged.
Takes a TuioTime object and two floating point coordinate arguments and updates its coordinate attributes
to the coordinates of the provided TuioPoint and its time stamp to the provided TUIO time object.