A C D G I K M P S T V

A

applyZone3dMatrix(String) - Method in class tuioZones.TUIOzoneCollection
Apply the zone's stored 3d Matrix Transformation.
assignZoneToGroup(String, String) - Method in class tuioZones.TUIOzoneCollection
Assign a zone to a group.
attachZoneTo(String, String) - Method in class tuioZones.TUIOzoneCollection
Attach a zone to another zone.

C

changeZoneName(String, String) - Method in class tuioZones.TUIOzoneCollection
Change zone name.
clicked(String) - Method in class tuioZones.TUIOzoneCollection
 

D

drawCirc(String) - Method in class tuioZones.TUIOzoneCollection
Draw circle based on a zone's position and size.
drawImage(String, PImage) - Method in class tuioZones.TUIOzoneCollection
Draw image based on a zone's position and size.
drawRect(String) - Method in class tuioZones.TUIOzoneCollection
Draw rectangle based on a zone's position and size.
drawText(String, String) - Method in class tuioZones.TUIOzoneCollection
Draw text centered, horizontally and vertically, on a zone.

G

getGestureRotation(String) - Method in class tuioZones.TUIOzoneCollection
Get an active 2-finger gesture's rotation factor (0.0 to 1.0 for 360 degree sweep).
getGestureScale(String) - Method in class tuioZones.TUIOzoneCollection
Get an active gesture's scale factor.
getGestureXtranslation(String) - Method in class tuioZones.TUIOzoneCollection
Get an active 2-finger gesture's x-axis translation.
getGestureYtranslation(String) - Method in class tuioZones.TUIOzoneCollection
Get an active 2-finger gesture's y-axis translation.
getPoints() - Method in class tuioZones.TUIOzoneCollection
Get coordinates and touch ID of all the touch points (TUIO cursors) on the screen.
getSwipeXtranslation(String) - Method in class tuioZones.TUIOzoneCollection
Get an active 1-finger gesture's x-axis translation.
getSwipeYtranslation(String) - Method in class tuioZones.TUIOzoneCollection
Get an active 1-finger gesture's y-axis translation.
getTrail(int) - Method in class tuioZones.TUIOzoneCollection
Get a trail of points left by a touch.
getZone3dRotationMatrix(String) - Method in class tuioZones.TUIOzoneCollection
Get the zones stored 3d Rotation Matrix.
getZoneCenterX(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone center y-coordinate.
getZoneCenterY(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone center y-coordinate.
getZoneData(String) - Method in class tuioZones.TUIOzoneCollection
Get zone data.
getZoneHeight(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone height.
getZoneScale(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone scale factor.
getZoneWidth(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone width.
getZoneX(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone x-coordinate.
getZoneY(String) - Method in class tuioZones.TUIOzoneCollection
Get the zone y-coordinate.

I

isZoneActive(String) - Method in class tuioZones.TUIOzoneCollection
Determine if zone is active.
isZonePressed(String) - Method in class tuioZones.TUIOzoneCollection
Determine if the zone is being touched.
isZoneToggleOn(String) - Method in class tuioZones.TUIOzoneCollection
Determine the toggle state of the zone.

K

killZone(String) - Method in class tuioZones.TUIOzoneCollection
Kill a zone.

M

makeHswipeEvent(String) - Method in class tuioZones.TUIOzoneCollection
 
makeVswipeEvent(String) - Method in class tuioZones.TUIOzoneCollection
 

P

pre() - Method in class tuioZones.TUIOzoneCollection
 
pullZoneToTop(String) - Method in class tuioZones.TUIOzoneCollection
Pull a zone to the top layer.

S

setZone(String, int, int, int) - Method in class tuioZones.TUIOzoneCollection
Define a new circular zone that will respond to TUIO events in a unique way.
setZone(String, int, int, int, int) - Method in class tuioZones.TUIOzoneCollection
Define a new rectangular zone that will respond to TUIO events in a unique way.
setZoneActive(String, boolean) - Method in class tuioZones.TUIOzoneCollection
Activate a zone so that it responds to touch.
setZoneChildrenActive(String, boolean) - Method in class tuioZones.TUIOzoneCollection
Activate a zone so that it responds to touch.
setZoneData(String, int, int, int, int) - Method in class tuioZones.TUIOzoneCollection
Modify rectangular zone primitive data.
setZoneData(String, int, int, int) - Method in class tuioZones.TUIOzoneCollection
Modify circular zone primitive data.
setZoneDragLimits(String, int, int, int, int) - Method in class tuioZones.TUIOzoneCollection
Set zone drag limits.
setZoneParameter(String, String, boolean) - Method in class tuioZones.TUIOzoneCollection
Set zone parameters, like 'DRAGGABLE', 'SCALABLE', or 'HSWIPEABLE'.
setZoneScaleLimits(String, float, float) - Method in class tuioZones.TUIOzoneCollection
Set zone scale limits.
setZoneScaleSensitivity(String, float) - Method in class tuioZones.TUIOzoneCollection
Set zone scale sensitivity.

T

touchReleased(int) - Method in class tuioZones.TUIOzoneCollection
 
TUIOzoneCollection - Class in tuioZones
The TUIOzoneCollection class provides a way to define zones that respond to TUIO events in unique ways.
TUIOzoneCollection(PApplet) - Constructor for class tuioZones.TUIOzoneCollection
The Constructor initializes a collection of zones that respond to TUIO cursor actions.
TUIOzoneCollection(PApplet, int) - Constructor for class tuioZones.TUIOzoneCollection
The Constructor initializes a collection of zones that respond to TUIO cursor actions.
tuioZones - package tuioZones
 

V

version() - Method in class tuioZones.TUIOzoneCollection
return the version of the library.

A C D G I K M P S T V

processing library tuioZones by jLyst. (c) 2009