UC Berkeley Group for User Interface Research
Updated November 17, 2000

Package edu.berkeley.guir.lib.satin.recognizer

Interfaces for recognizers in Satin.

See:
          Description

Interface Summary
ProgressiveStrokeRecognizer Interface for an Recognizer that can progressively interpret a Stroke.
Recognizer A marker interface that is the superclass for all of the types of Recognizers.
SingleStrokeRecognizer Interface for an Recognizer that can interpret complete Strokes.
 

Class Summary
Classification Satin's standard stroke classification format.
 

Package edu.berkeley.guir.lib.satin.recognizer Description

Interfaces for recognizers in Satin. Recognizers are stateless black boxes that take some kind of input (such as strokes), and give a standardized output of what the recognizer thinks the input was (such as letters or shapes).

Sketch and Transformational INfrastructure is a toolkit for creating pen-based and sketch-based user interfaces. See http://guir.cs.berkeley.edu/projects/satin/ for an overview. Slides of the class hierarchy are available at http://guir.cs.berkeley.edu/projects/satin/class-diagrams/index.html.

This software is distributed under the Berkeley Software License.

Here are the static class diagrams:
1. Object Notation
2. Overview of Scenegraph

3. Graphical Objects 4. Views
5. Rendering 6. Interpreters
7. Strokes 8. Commands
9. Constants and Globals 10. Bridge Classes


Copyright Information