Uses of Package
edu.mit.sketch.ui

Packages that use edu.mit.sketch.ui
edu.mit.sketch.geom   
edu.mit.sketch.grammar   
edu.mit.sketch.grammar.me   
edu.mit.sketch.toolkit   
edu.mit.sketch.ui   
 

Classes in edu.mit.sketch.ui used by edu.mit.sketch.geom
Paintable
          All the objects who want to be Paintable must implement this interface.
 

Classes in edu.mit.sketch.ui used by edu.mit.sketch.grammar
Paintable
          All the objects who want to be Paintable must implement this interface.
SketchPanel
          The panel that gathers data and displays the raw strokes as they are being drawn.
 

Classes in edu.mit.sketch.ui used by edu.mit.sketch.grammar.me
Paintable
          All the objects who want to be Paintable must implement this interface.
 

Classes in edu.mit.sketch.ui used by edu.mit.sketch.toolkit
SketchPanel
          The panel that gathers data and displays the raw strokes as they are being drawn.
Tablet
          Acronyms: sdr -> StrokeDataReader, sd -> StrokeData This class handles the updates to various frames.
TabletDataProcessor
          This class is for reading mouse input and processing it.
 

Classes in edu.mit.sketch.ui used by edu.mit.sketch.ui
GestureGUI
          This class is used to input training data for the gesture recognizer.
JointDisplay
          This class is used for viewing scale space data.
SketchPanel
          The panel that gathers data and displays the raw strokes as they are being drawn.
Tablet
          Acronyms: sdr -> StrokeDataReader, sd -> StrokeData This class handles the updates to various frames.
TabletDataProcessor
          This class is for reading mouse input and processing it.
TabletDebugger
          Acronyms: sdr -> StrokeDataReader, sd -> StrokeData This class listens to events happening in the Tablet and supplies debugging info as needed.
TabletGUI
          The TabletGUI
TabletGUIBehavior
          Acronyms: sdr -> StrokeDataReader, data -> StrokeData This class handles the updates to various frames.