org.ximtec.igesture.io.tuio.server
Class AbstractTuioToIGestureInterface
java.lang.Object
org.ximtec.igesture.io.tuio.server.AbstractTuioToIGestureInterface
- All Implemented Interfaces:
- TuioToIGestureInterface
public abstract class AbstractTuioToIGestureInterface
- extends Object
- implements TuioToIGestureInterface
- Author:
- Bjorn Puype, bpuype@gmail.com
Extend this class to easily create gestures from tuio objects
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTuioToIGestureInterface
public AbstractTuioToIGestureInterface()
isGestureTriggered
public boolean isGestureTriggered()
- Returns true if the gesture trigger is activated.
- Returns:
- the state of the gesture trigger
setGestureTrigger
public void setGestureTrigger(boolean gestureTrigger)
- Activate or deactivate the gesture trigger.
- Parameters:
gestureTrigger - the gestureTrigger to set
isCompatibilityModeActivated
public boolean isCompatibilityModeActivated()
- Returns true if the compatibility mode is activated.
- Returns:
- the state of the compatibility mode
setCompatibilityModeActivated
public void setCompatibilityModeActivated(boolean compatibilyModeActivated)
- Activate or deactivate the compatibility mode.
- Parameters:
compatibilyModeActivated - The value to set.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.