© 2006-2007 ETH Zurich

org.ximtec.igesture.io.tuio.server
Class AbstractTuioToIGestureInterface

java.lang.Object
  extended by 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

Constructor Summary
AbstractTuioToIGestureInterface()
           
 
Method Summary
 boolean isCompatibilityModeActivated()
          Returns true if the compatibility mode is activated.
 boolean isGestureTriggered()
          Returns true if the gesture trigger is activated.
 void setCompatibilityModeActivated(boolean compatibilyModeActivated)
          Activate or deactivate the compatibility mode.
 void setGestureTrigger(boolean gestureTrigger)
          Activate or deactivate the gesture trigger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ximtec.igesture.io.tuio.server.TuioToIGestureInterface
sendVirtualAdd, sendVirtualRemove
 

Constructor Detail

AbstractTuioToIGestureInterface

public AbstractTuioToIGestureInterface()
Method Detail

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.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.