org.ximtec.igesture.geco.mapping
Class GestureToActionMapping
java.lang.Object
org.ximtec.igesture.geco.mapping.GestureToActionMapping
public class GestureToActionMapping
- extends Object
Interface describing general Action for Gesture mapping
- Version:
- 0.9, Nov 19, 2007
- Author:
- Michele Croci, mcroci@gmail.com
gestureClass
protected GestureClass gestureClass
action
protected GestureAction action
GestureToActionMapping
public GestureToActionMapping(GestureClass gesture,
GestureAction action)
- Constructor
- Parameters:
gesture - the gesture classaction - the action corresponding to the gesture
getGestureClass
public GestureClass getGestureClass()
- Returns the gesture class
- Returns:
- the gesture class
toString
public String toString()
- Returns the gesture class
- Overrides:
toString in class Object
- Returns:
- the description of the Mapping
getAction
public GestureAction getAction()
- Returns the action
- Returns:
- the action
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.