|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A recognizer responds to changes in strokes and returns recognition sets (interpretations of the stroke or of some or all of the scene) based on these changes.
Method Summary | |
RecognitionSet |
strokeCompleted(TimedStroke s)
Invoked when a stroke is completed. |
RecognitionSet |
strokeModified(TimedStroke s)
Invoked when a stroke has been modified, for example, points have been added to the stroke. |
RecognitionSet |
strokeStarted(TimedStroke s)
Invoked when a stroke starts. |
Method Detail |
public RecognitionSet strokeStarted(TimedStroke s)
public RecognitionSet strokeModified(TimedStroke s)
public RecognitionSet strokeCompleted(TimedStroke s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |