| Package | Description |
|---|---|
| org.igesture.app.keyboard |
Mapping gestures to keystrokes (for example copy/paste).
|
| org.ximtec.igesture |
Root package containing the iGesture recogniser component.
|
| org.ximtec.igesture.algorithm |
Algorithm interfaces to be implemented by new recognition algorithms.
|
| org.ximtec.igesture.algorithm.myscript |
Algorithm for intelligent character recognition (ICR) based on MyScript.
|
| org.ximtec.igesture.algorithm.rubine |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.rubine3d | |
| org.ximtec.igesture.algorithm.rubine3d.tools | |
| org.ximtec.igesture.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.siger |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.signature |
A signature-based gesture recognition algorithm.
|
| org.ximtec.igesture.app.showcaseapp.eventhandler |
Event handlers for the drawing application.
|
| org.ximtec.igesture.event |
Different iGesture events.
|
| org.ximtec.igesture.event.example |
Different types of events.
|
| org.ximtec.igesture.geco.action |
| Modifier and Type | Method and Description |
|---|---|
void |
PressKeystroke.actionPerformed(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
MultimodalGestureQueue.QueueElement.getResultSet() |
ResultSet |
Recogniser.recognise(Gesture<?> gesture)
Recognises a gesture.
|
ResultSet |
Recogniser.recognise(Gesture<?> gesture,
boolean recogniseAll)
Recognises a gesture.
|
ResultSet |
Recogniser.recognise(org.sigtec.ink.Note note)
Recognises a gesture.
|
ResultSet |
Recogniser.recognise(org.sigtec.ink.Note note,
boolean recogniseAll)
Recognises a gesture.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Recogniser.fireEvent(ResultSet resultSet)
Fires an event and informs all registered gesture handlers.
|
protected void |
MultimodalGestureManager.fireEvent(ResultSet resultSet)
Fires an event and informs all registered gesture handlers.
|
void |
MultimodalGestureManager.handle(ResultSet resultSet) |
void |
MultimodalGestureQueue.push(ResultSet resultSet)
Push an element in the queue
|
| Constructor and Description |
|---|
MultimodalGestureQueue.QueueElement(ResultSet resultSet,
String character)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Algorithm.recognise(Gesture<?> gesture)
Runs the recogniser on a given set of strokes represented by a gesture.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
HWRecogniser.recognise(Gesture<?> gesture) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
RubineAlgorithm.recognise(Gesture<?> gesture) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Rubine3DAlgorithm.recognise(Gesture<?> gesture)
Recognizes a Gesture> if it is a GestureSample3D, otherwise it throws
an AlgorithmException
|
ResultSet |
Rubine3DAlgorithm.recognise(GestureSample3D gesture)
Recognizes a GestureSample3D by splitting it up into three 2D-planes (XY,
YZ, ZX) and recognising these three 2D planes with the standard
RubineAlgorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gesture3DToolUI.setResultField(ResultSet set) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
RubineAlgorithmBigDecimal.recognise(Gesture<?> gesture) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
SigerAlgorithm.recognise(Gesture<?> gesture) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
SiGridAlgorithm.recognise(Gesture<?> gesture) |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleEventHandler.actionPerformed(ResultSet resultSet) |
void |
RejectEventHandler.actionPerformed(ResultSet resultSet) |
void |
DrawEventHandler.actionPerformed(ResultSet resultSet) |
void |
DeleteEventHandler.actionPerformed(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
GestureAction.actionPerformed(ResultSet resultSet)
Runs the event handler.
|
void |
GestureHandler.handle(ResultSet resultSet)
Handles and dispatches the given gesture result set.
|
void |
GestureActionManager.handle(ResultSet resultSet)
Adds the result set to the queue and starts the handler in an asynchronous
mode if it is not running.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloseApplication.actionPerformed(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyboardSimulation.actionPerformed(ResultSet resultSet) |
void |
CommandExecutor.actionPerformed(ResultSet resultSet)
Execute the action
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.