Uses of Class
hhreco.recognition.RecognitionSet

Packages that use RecognitionSet
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of RecognitionSet in hhreco.recognition
 

Fields in hhreco.recognition declared as RecognitionSet
static RecognitionSet RecognitionSet.NO_RECOGNITION
          A constant that represents no recognition results.
 

Methods in hhreco.recognition that return RecognitionSet
 RecognitionSet StrokeRecognizer.strokeStarted(TimedStroke s)
          Invoked when a stroke starts.
 RecognitionSet StrokeRecognizer.strokeModified(TimedStroke s)
          Invoked when a stroke has been modified, for example, points have been added to the stroke.
 RecognitionSet StrokeRecognizer.strokeCompleted(TimedStroke s)
          Invoked when a stroke is completed.
 RecognitionSet MultiStrokeRecognizer.sessionCompleted(TimedStroke[] strokes)
          Perform recognition on a set of strokes and return the recognition result in a ReconitionSet.
 RecognitionSet HHRecognizer.strokeStarted(TimedStroke s)
           
 RecognitionSet HHRecognizer.strokeModified(TimedStroke s)
           
 RecognitionSet HHRecognizer.strokeCompleted(TimedStroke s)
           
 RecognitionSet HHRecognizer.sessionCompleted(TimedStroke[] strokes)
          Perform recognition on the given shape.