|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ResultSet | |
|---|---|
| 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 | |
| Uses of ResultSet in org.igesture.app.keyboard |
|---|
| Methods in org.igesture.app.keyboard with parameters of type ResultSet | |
|---|---|
void |
PressKeystroke.actionPerformed(ResultSet resultSet)
|
| Uses of ResultSet in org.ximtec.igesture |
|---|
| Methods in org.ximtec.igesture that return ResultSet | |
|---|---|
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. |
| Methods in org.ximtec.igesture with parameters of type ResultSet | |
|---|---|
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 |
| Constructors in org.ximtec.igesture with parameters of type ResultSet | |
|---|---|
MultimodalGestureQueue.QueueElement(ResultSet resultSet,
String character)
Constructor |
|
| Uses of ResultSet in org.ximtec.igesture.algorithm |
|---|
| Methods in org.ximtec.igesture.algorithm that return ResultSet | |
|---|---|
ResultSet |
Algorithm.recognise(Gesture<?> gesture)
Runs the recogniser on a given set of strokes represented by a gesture. |
| Uses of ResultSet in org.ximtec.igesture.algorithm.myscript |
|---|
| Methods in org.ximtec.igesture.algorithm.myscript that return ResultSet | |
|---|---|
ResultSet |
HWRecogniser.recognise(Gesture<?> gesture)
|
| Uses of ResultSet in org.ximtec.igesture.algorithm.rubine |
|---|
| Methods in org.ximtec.igesture.algorithm.rubine that return ResultSet | |
|---|---|
ResultSet |
RubineAlgorithm.recognise(Gesture<?> gesture)
|
| Uses of ResultSet in org.ximtec.igesture.algorithm.rubine3d |
|---|
| Methods in org.ximtec.igesture.algorithm.rubine3d that return ResultSet | |
|---|---|
ResultSet |
Rubine3DAlgorithm.recognise(Gesture<?> gesture)
Recognizes a Gesture |
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. |
| Uses of ResultSet in org.ximtec.igesture.algorithm.rubine3d.tools |
|---|
| Methods in org.ximtec.igesture.algorithm.rubine3d.tools with parameters of type ResultSet | |
|---|---|
void |
Gesture3DToolUI.setResultField(ResultSet set)
|
| Uses of ResultSet in org.ximtec.igesture.algorithm.rubinebd |
|---|
| Methods in org.ximtec.igesture.algorithm.rubinebd that return ResultSet | |
|---|---|
ResultSet |
RubineAlgorithmBigDecimal.recognise(Gesture<?> gesture)
|
| Uses of ResultSet in org.ximtec.igesture.algorithm.siger |
|---|
| Methods in org.ximtec.igesture.algorithm.siger that return ResultSet | |
|---|---|
ResultSet |
SigerAlgorithm.recognise(Gesture<?> gesture)
|
| Uses of ResultSet in org.ximtec.igesture.algorithm.signature |
|---|
| Methods in org.ximtec.igesture.algorithm.signature that return ResultSet | |
|---|---|
ResultSet |
SiGridAlgorithm.recognise(Gesture<?> gesture)
|
| Uses of ResultSet in org.ximtec.igesture.app.showcaseapp.eventhandler |
|---|
| Methods in org.ximtec.igesture.app.showcaseapp.eventhandler with parameters of type ResultSet | |
|---|---|
void |
StyleEventHandler.actionPerformed(ResultSet resultSet)
|
void |
RejectEventHandler.actionPerformed(ResultSet resultSet)
|
void |
DrawEventHandler.actionPerformed(ResultSet resultSet)
|
void |
DeleteEventHandler.actionPerformed(ResultSet resultSet)
|
| Uses of ResultSet in org.ximtec.igesture.event |
|---|
| Methods in org.ximtec.igesture.event with parameters of type ResultSet | |
|---|---|
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. |
| Uses of ResultSet in org.ximtec.igesture.event.example |
|---|
| Methods in org.ximtec.igesture.event.example with parameters of type ResultSet | |
|---|---|
void |
CloseApplication.actionPerformed(ResultSet resultSet)
|
| Uses of ResultSet in org.ximtec.igesture.geco.action |
|---|
| Methods in org.ximtec.igesture.geco.action with parameters of type ResultSet | |
|---|---|
void |
KeyboardSimulation.actionPerformed(ResultSet resultSet)
|
void |
CommandExecutor.actionPerformed(ResultSet resultSet)
Execute the action |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||