public class GestureToActionMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GestureAction |
action |
protected GestureClass |
gestureClass |
| Constructor and Description |
|---|
GestureToActionMapping(GestureClass gesture,
GestureAction action)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GestureAction |
getAction()
Returns the action
|
GestureClass |
getGestureClass()
Returns the gesture class
|
String |
toString()
Returns the gesture class
|
protected GestureClass gestureClass
protected GestureAction action
public GestureToActionMapping(GestureClass gesture, GestureAction action)
gesture - the gesture classaction - the action corresponding to the gesturepublic GestureClass getGestureClass()
public String toString()
public GestureAction getAction()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.