Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractTuioAdapter
org.tuio.adapters Provides basic functionality for a Tuio adapter.
 DisplayListHelper
org.tuio.util This class provides static functions for display list traversals and lookups which are used internally.
 DragGesture
org.tuio.gestures A simple drag gesture based on the OneFingerMoveGesture
 FiducialTuioAS3LegacyListener
org.tuio.legacy ITuioListener version of fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/).
 Gesture
org.tuio.gestures This class is thought as a base class for creating custom gestures for the GestureManager.
 GestureManager
org.tuio.gestures The GestureManager listens to the TuioManager and triggers gesture events into Flash's event flow according to the called callback functions and registered Gestures.
 GestureStep
org.tuio.gestures The GestureStep is the base element of a GestureStepSequence which makes up the description of a gesture.
 GestureStepEvent
org.tuio.gestures This event is used for dispatching statechanges of GestureSteps back to their gestures.
 GestureStepSequence
org.tuio.gestures This class is the heart of the GestureManager's gesture system and handles the state of the multiple instances of a gesture.
 IOSCConnector
org.tuio.osc This interface has to be implemented in order to receive OSC data via a certain connection and forward it to the OSCManager.
 IOSCConnectorListener
org.tuio.osc Has to be implemented in order to receive data from an IOSCConnector implementation
 IOSCListener
org.tuio.osc Has to be implemented in order to handle requests to certain OSC Methods
 ITuioDebugBlob
org.tuio.debug DisplayObjects that implement ITuioDebugBlob are used by TuioDebug to show a debug cursor of a tuio blob element. ITuioDebugBlob is a marker interface without any function declarations.
 ITuioDebugCursor
org.tuio.debug DisplayObjects that implement ITuioDebugCursor are used by TuioDebug to show a debug cursor of a tuio cursor element. ITuioDebugCursor is a marker interface without any function declarations.
 ITuioDebugObject
org.tuio.debug DisplayObjects that implement ITuioDebugObject are used by TuioDebug to show debug information of a tuio object element (aka fiducial). ITuioDebugObject is a marker interface without any function declarations.
 ITuioDebugTextSprite
org.tuio.debug 
 ITuioFiducialReceiver
org.tuio ITuioFiducialReceiver defines the interface of a fiducial callback class.
 ITuioListener
org.tuio This interface defines callback functions that will be called by the TuioClient if the implementing class was added as a listener to the according TuioClient.
 ITuioTouchReceiver
org.tuio This interface has to be implemented in order to register touch callbacks in the TuioManager via registerTouchReceiver
 LCConnector
org.tuio.connectors This implementation of the IOSCConnector uses Flash's LocalConnection to receive and send OSC data.
 LCReceiver
org.tuio.connectors.lc A Class for establishing a receiving LocalConnection
 LCSender
org.tuio.connectors.lc A class for sending data via LocalConnection
 MouseTuioAdapter
org.tuio.adapters Listens on MouseEvents, "translates" them to the analog TuioTouchEvents and TuioFiducialEvents and dispatches them on DisplayObjects under the mouse pointer.
 NativeTuioAdapter
org.tuio.adapters Listens on native TouchEvents.
 OneDownOneMoveGesture
org.tuio.gestures This is an example implementation of a one finger down on finger move gesture.
 OneFingerMoveGesture
org.tuio.gestures This is an example implementation of a one finger move gesture.
 OSCAddressSpace
org.tuio.osc An internaly used class which implements a tree structure for managing OSCContainers and speeding up OSCAddress lookups.
 OSCBundle
org.tuio.osc This class contains the functions to create, process and identify OSCBundles.
 OSCContainer
org.tuio.osc Represents OSC Containers as described in the OSC Spec.
 OSCDatagramSocket
org.tuio.connectors.udp A simple class for receiving and sending OSCPackets via UDP.
 OSCEvent
org.tuio.osc A simple event which is used to dispatch received OSC data into the event flow.
 OSCManager
org.tuio.osc The main class for receiving and sending OSC data.
 OSCMessage
org.tuio.osc An OSCMessage
 OSCPacket
org.tuio.osc This is a basic class for OSCBundles and OSCMessages that basically wraps a ByteArray and offers some additional functions for reading the binary data for extending classes.
 OSCSocket
org.tuio.connectors.tcp A class for receiving OSCBundles from a TCP socket stream.
 OSCTimetag
org.tuio.osc An OSCTimetag This is a helperclass for handling OSC timetags
 PressTapGesture
org.tuio.gestures This is an example implementation of a two finger press tap gesture.
 PropEvent
org.tuio.legacy Legacy PropEvent from fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/). For a newer version of a fiducial callback implementation see:
 PropHandleble
org.tuio.legacy Legacy PropHandleble from fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/).
 PropObject
org.tuio.legacy Legacy PropObject from fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/).
 RotateGesture
org.tuio.gestures A basic two finger rotate gesture based on the TwoFingerMoveGesture
 ScrollGesture
org.tuio.gestures A basic two finger scroll gesture based on the TwoFingerMoveGesture
 TCPConnector
org.tuio.connectors An implementation of the IOSCConnector using TCP.
 ThreeFingerMoveGesture
org.tuio.gestures This is an example implementation of a three finger move gesture.
 TouchEvent
org.tuio.legacy Legacy TouchEvent class from Touchlib TUIO AS3.
 TuioBlob
org.tuio This class represents a TuioBlob as specified in TUIO 1.1
 TuioClient
org.tuio A class for receiving tracking data via the TUIO protocol using a seperate OSC parser package located in org.tuio.osc.
 TuioContainer
org.tuio This is a generic class that contains values present in every profile specified in TUIO 1.1
 TuioCursor
org.tuio This class represents a TuioCursor as specified in TUIO 1.1
 TuioDebug
org.tuio.debug implements the interface ITuioListener to show debug information about all tuio cursors and objects that are prevailing in the application. The appearance of the cursors and objects is controlled by the classes TuioDebugCursor and TuioDebugObject.
 TuioDebugCursor
org.tuio.debug Default implementation of the debug cursor circle that is being shown by TuioDebug for each tuio cursor. TuioDebugCursor implements ITuioDebugCursor in order to be marked as debug information and not as the content of the actual application.
 TuioDebugObject
org.tuio.debug Default implementation of the debug object square that is being shown by TuioDebug for each tuio object. TuioDebugObject implements ITuioDebugObject in order to be marked as debug information and not as the content of the actual application.
 TuioDebugTextSprite
org.tuio.debug 
 TuioError
org.tuio A simple naming extension of the Error class to propagate TUIO errors
 TuioEvent
org.tuio The TuioEvent is an event equivalent of the ITuioListener callback functions.
 TuioFiducialEvent
org.tuio TuipFiducialEvent is a high-level implementation of TuioEvent that offers only information that is connected to TuioObjects.
 TuioLegacyListener
org.tuio.legacy Adopts function of TUIO class from Touchlib's Tuio AS3 framework.
 TuioManager
org.tuio The TuioManager class implements the ITuioListener interface and dispatches events into Flash's event flow according to the called callback functions.
 TUIOManager
org.tuio.legacy Legacy TUIOManager from fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/).
 TuioObject
org.tuio This class represents a TuioObject as specified in TUIO 1.1
 TUIOObject
org.tuio.legacy Legacy TUIOObject class from Touchlib TUIO AS3.
 TUIOPropInterface
org.tuio.legacy 
 TUIOPropRecivable
org.tuio.legacy Legacy TUIOPropRecivable interface from fiducialtuioas3 (http://code.google.com/p/fiducialtuioas3/).
 TuioTouchEvent
org.tuio The TuioTouchEvent is the event dispatched by the TuioManager and behaves uch like the MouseEvent or the native TouchEvent.
 TwoFingerMoveGesture
org.tuio.gestures This is an example implementation of a two finger move gesture.
 UDPConnector
org.tuio.connectors An implementation of the IOSCConnector using UDP.
 ZoomGesture
org.tuio.gestures A basic two finger zoom gesture based on the TwoFingerMoveGesture