Package edu.stanford.hci.r3.events.handlers

Class Summary
ClickAdapter Makes code that needs a ClickHandler a little bit cleaner.
ClickHandler Unlike Java Swing's MouseListener, the Pen & Paper Click Handler cannot sense mouseover.
CrossHandler Instead of detecting clicks, this should detect crosses on a target.
DragHandler This event handler can detect the starting and ending locations of a drag operation (pen down, pen move, pen up)...
GestureHandler Can handle simple marking gestures by default.
HandwritingRecognizer Produces ASCII text from input samples.
InkCollector Captures ink strokes, and allows access to them on demand.
LocationHandler Triggers different code depending on which area of the region we are writing on.
StrokeHandler Handles single pen strokes...
 

Enum Summary
GestureHandler.GestureDirection Handles drags in one of eight directions.
 


Copyright 2006 Stanford University