|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgestIT.Emitter
public class Emitter
Class that represent the event Emitter, all the event from the source must be enclosed inside an ExpEventArgs and must be delivered to the Emitter
Constructor Summary | |
---|---|
Emitter()
Constructor that create a new empty emitter |
Method Summary | |
---|---|
void |
CreateLeafList(TmpExp gest)
Create the gesture leaf list from a gesture definition |
void |
FeedDeviceEvent(ExpEventArgs arg)
Execute one step of the gesture, starting from new event arguments. |
void |
SetGestureDescription(TmpExp gest)
Method that set the Gesture Description and generate the leafs and the flags vector |
void |
StartRecognition(Token token)
Start the recognition of the gesture setting the gesture state to enabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Emitter()
Method Detail |
---|
public void SetGestureDescription(TmpExp gest)
gest
- public void FeedDeviceEvent(ExpEventArgs arg)
arg
- The new event paramspublic void StartRecognition(Token token)
token
- public void CreateLeafList(TmpExp gest)
gest
- The gesture definition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |