A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
a — Property, class org.tuio.TuioBlob
a — Property, class org.tuio.TuioObject
A — Property, class org.tuio.TuioBlob
A — Property, class org.tuio.TuioObject
AbstractTuioAdapter — class, package org.tuio.adapters
Provides basic functionality for a Tuio adapter.
AbstractTuioAdapter(self:org.tuio.adapters:AbstractTuioAdapter) — Constructor, class org.tuio.adapters.AbstractTuioAdapter
ACCEL_MOVE_PROP — Constant Static Property, class org.tuio.legacy.PropEvent
ACCEL_ROTATE_PROP — Constant Static Property, class org.tuio.legacy.PropEvent
acceptOSCMessage(msg:org.tuio.osc:OSCMessage) — method, class org.tuio.TuioClient
Callback function for receiving TUIO tracking data in OSCMessages as specified in the IOSCListener interface.
acceptOSCMessage(oscmsg:org.tuio.osc:OSCMessage) — method, interface org.tuio.osc.IOSCListener
Accepts an OSCMessage for further handling and processing
acceptOSCPacket(oscPacket:org.tuio.osc:OSCPacket) — method, interface org.tuio.osc.IOSCConnectorListener
Accept a received OSCPacket
acceptOSCPacket(oscPacket:org.tuio.osc:OSCPacket) — method, class org.tuio.osc.OSCManager
Accept a received OSCPacket
active — Property, class org.tuio.gestures.GestureStepSequence
true if still alive/active, otherwise false.
ADD — Constant Static Property, class org.tuio.TuioEvent
Triggered if a new object was tracked in the tracking space.
ADD — Constant Static Property, class org.tuio.TuioFiducialEvent
addArgument(oscType:String, value:Object) — method, class org.tuio.osc.OSCMessage
Adds a single argument value to the OSCMessage For special oscTypes like booleans or infinity there is no value needed If you want to add an OSCArray to the OSCMessage use addArgmuents()
addArguments(oscTypes:String, values:Array) — method, class org.tuio.osc.OSCMessage
Add multiple argument values to the OSCMessage at once.
ADD_BLOB — Constant Static Property, class org.tuio.TuioEvent
Triggered if a new object was tracked in the tracking space and was profiled as a TuioBlob by the tracker.
addChild(child:org.tuio.osc:OSCContainer) — method, class org.tuio.osc.OSCContainer
Adds a child to this OSCContainer.
ADD_CURSOR — Constant Static Property, class org.tuio.TuioEvent
Triggered if a new object was tracked in the tracking space and was profiled as a TuioCursor by the tracker.
addFrameID(alias:String, frameID:uint) — method, class org.tuio.gestures.GestureStepSequence
Store a frameID under a given alias name.
addGesture(gesture:org.tuio.gestures:Gesture) — Static Method , class org.tuio.gestures.GestureManager
Use this function to add a predefined or custom gesture that shall be checked for.
addInteractionClient(interactionClient:org.tuio.adapters:AbstractTuioAdapter) — method, class org.tuio.legacy.TuioLegacyListener
addListener(listener:org.tuio:ITuioListener) — method, class org.tuio.adapters.AbstractTuioAdapter
Adds a listener to the callback stack.
addListener(listener:org.tuio.osc:IOSCConnectorListener) — method, class org.tuio.connectors.LCConnector
Adds a listener for incoming data to a private list.
addListener(listener:org.tuio.osc:IOSCConnectorListener) — method, class org.tuio.connectors.TCPConnector
Adds a listener for incoming data to a private list.
addListener(listener:org.tuio.osc:IOSCConnectorListener) — method, class org.tuio.connectors.UDPConnector
Adds a listener for incoming data to a private list.
addListener(receiver:Object) — method, class org.tuio.legacy.TUIOObject
addListener(listener:org.tuio.osc:IOSCConnectorListener) — method, interface org.tuio.osc.IOSCConnector
Adds a listener for incoming data to a private list.
addMethod(address:String, method:org.tuio.osc:IOSCListener) — method, class org.tuio.osc.OSCAddressSpace
Adds a OSC Method to the lookup tree.
addMethod(address:String, listener:org.tuio.osc:IOSCListener) — method, class org.tuio.osc.OSCManager
Registers an OSC Method handler
addMsgListener(listener:org.tuio.osc:IOSCListener) — method, class org.tuio.osc.OSCManager
Registers a general OSCMethod listener which will be called for every recevied OSCMessage.
ADD_OBJECT — Constant Static Property, class org.tuio.TuioEvent
Triggered if a new object was tracked in the tracking space and was profiled as a TuioObject by the tracker.
addPacket(packet:org.tuio.osc:OSCPacket) — method, class org.tuio.osc.OSCBundle
Adds an OSCPacket in its current state to the OSCBundle
ADD_PROP — Constant Static Property, class org.tuio.legacy.PropEvent
addPropHandler(_handler:org.tuio.legacy:PropHandleble) — method, class org.tuio.legacy.PropObject
address — Property, class org.tuio.osc.OSCMessage
Sets the address of the Message
addStep(s:org.tuio.gestures:GestureStep) — method, class org.tuio.gestures.Gesture
Add a GestureStep at the end of the gesture step sequence.
addStep(s:org.tuio.gestures:GestureStep) — method, class org.tuio.gestures.GestureStepSequence
Add a step at the end of the sequence
addTarget(alias:String, target:flash.display:DisplayObject) — method, class org.tuio.gestures.GestureStepSequence
Store a target under a given alias name.
addToIgnoreList(item:flash.display:DisplayObject) — method, class org.tuio.TuioManager
Adds the given DisplayObject to an internal list of DisplayObjects that won't receive TouchEvents.
addToIgnoreList(item:flash.display:DisplayObject) — method, class org.tuio.gestures.GestureManager
Adds the given DisplayObject to an internal list of DisplayObjects that won't receive TuioTouchEvents.
addTuioBlob(tuioBlob:org.tuio:TuioBlob) — method, interface org.tuio.ITuioListener
Called if a new blob was tracked.
addTuioBlob(tuioBlob:org.tuio:TuioBlob) — method, class org.tuio.TuioManager
Called if a new blob was tracked.
addTuioBlob(tuioBlob:org.tuio:TuioBlob) — method, class org.tuio.debug.TuioDebug
Called if a new blob was tracked.
addTuioBlob(tuioBlob:org.tuio:TuioBlob) — method, class org.tuio.legacy.FiducialTuioAS3LegacyListener
ITuioListener callback method.
addTuioBlob(tuioBlob:org.tuio:TuioBlob) — method, class org.tuio.legacy.TuioLegacyListener
ITuioListener callback method.
addTuioContainer(alias:String, tuioContainer:org.tuio:TuioContainer) — method, class org.tuio.gestures.GestureStepSequence
Store a TuioContainer under a given alias name.
addTuioCursor(tuioCursor:org.tuio:TuioCursor) — method, interface org.tuio.ITuioListener
Called if a new cursor was tracked.
addTuioCursor(tuioCursor:org.tuio:TuioCursor) — method, class org.tuio.TuioManager
Called if a new cursor was tracked.
addTuioCursor(tuioCursor:org.tuio:TuioCursor) — method, class org.tuio.debug.TuioDebug
Called if a new cursor was tracked.
addTuioCursor(tuioCursor:org.tuio:TuioCursor) — method, class org.tuio.legacy.FiducialTuioAS3LegacyListener
ITuioListener callback method.
addTuioCursor(tuioCursor:org.tuio:TuioCursor) — method, class org.tuio.legacy.TuioLegacyListener
dispatches TouchEvent.MOUSE_DOWN and TouchEvent.MOUSE_OVER events on the DisplayObject under the touch.
addTuioObject(tuioObject:org.tuio:TuioObject) — method, interface org.tuio.ITuioListener
Called if a new object was tracked.
addTuioObject(tuioObject:org.tuio:TuioObject) — method, class org.tuio.TuioManager
Called if a new object was tracked.
addTuioObject(tuioObject:org.tuio:TuioObject) — method, class org.tuio.debug.TuioDebug
Called if a new object was tracked.
addTuioObject(tuioObject:org.tuio:TuioObject) — method, class org.tuio.legacy.FiducialTuioAS3LegacyListener
ITuioListener callback method.
addTuioObject(tuioObject:org.tuio:TuioObject) — method, class org.tuio.legacy.TuioLegacyListener
ITuioListener callback method.
addTuioObjectWithDebugOption(tuioObject:org.tuio:TuioObject, debugMode:Boolean) — method, class org.tuio.debug.TuioDebug
creates actual debug representation of TUIO object and shows it on screen
adjustGraphics(radius:Number, color:Number, alpha:Number, lineThickness:Number, lineColor:Number, lineAlpha:Number) — method, class org.tuio.debug.TuioDebugCursor
carries out the Graphics drawing.
adjustGraphics(objectId:Number, width:Number, height:Number, color:Number, alpha:Number, lineThickness:Number, lineColor:Number, lineAlpha:Number) — method, class org.tuio.debug.TuioDebugObject
draws the Graphics.
ALIVE — Constant Static Property, class org.tuio.gestures.Gesture
ALIVE_PROP — Constant Static Property, class org.tuio.legacy.PropEvent
angle — Property, class org.tuio.legacy.PropEvent
angle — Property, class org.tuio.legacy.TUIOObject
angle — Property, class org.tuio.legacy.TouchEvent
area — Property, class org.tuio.legacy.TUIOObject
arguments — Property, class org.tuio.osc.OSCMessage
argumentsToString() — method, class org.tuio.osc.OSCMessage
Generates a String representation of this OSCMessage's content for debugging purposes
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z