| Package | Description |
|---|---|
| org.ximtec.igesture |
Root package containing the iGesture recogniser component.
|
| org.ximtec.igesture.configuration |
Algorithm configuration.
|
| org.ximtec.igesture.event |
Different iGesture events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultimodalGestureManager |
| Modifier and Type | Method and Description |
|---|---|
Set<GestureHandler> |
Recogniser.getGestureHandlers()
Get the associated gesture handlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recogniser.addGestureHandler(GestureHandler gestureHandler)
Adds a gesture handler to the recogniser.
|
void |
Recogniser.addMultimodalGestureHandler(GestureHandler handler)
Add a multimodal gesture handler to the recogniser.
|
void |
Recogniser.removeGestureHandler(GestureHandler gestureHandler)
Removes a gesture handler from the recogniser.
|
void |
Recogniser.removeMultimodalGestureHandler(GestureHandler handler)
Remove a multimodal gesture handler from the recogniser
|
| Constructor and Description |
|---|
Recogniser(Configuration config,
GestureHandler gestureHandler)
Creates a new recogniser.
|
Recogniser(InputStream config,
InputStream set,
GestureHandler gestureHandler)
Creates a new recogniser.
|
| Modifier and Type | Method and Description |
|---|---|
GestureHandler |
Configuration.getGestureHandler()
Returns the gesture handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setGestureHandler(GestureHandler gestureHandler)
Sets the gesture handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GestureActionManager
The event manager holds a set of event handlers which are executed after an
event has been fired.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.