edu.stanford.hci.r3.pen.handwriting
Class CaptureApplication

java.lang.Object
  extended by edu.stanford.hci.r3.Application
      extended by edu.stanford.hci.r3.pen.handwriting.CaptureApplication

public class CaptureApplication
extends Application

This paper application demonstrates:

This software is distributed under the BSD License.


Constructor Summary
CaptureApplication(HandwritingCaptureDebugger debugger)
          Start the App with Zero Sheets.
 
Method Summary
 void addCalibrationHandler()
          Create a Region by tapping two points.
 void clearInk()
           
 Pen getPen()
           
 void retrieveAlternatives()
           
 void saveInkToDisk()
           
 
Methods inherited from class edu.stanford.hci.r3.Application
addBatchEventHandler, addDevice, addPenInput, addSheet, addSheet, addSheet, getBatchEventHandlers, getDebuggingEnvironment, getHostToolkit, getName, getPatternMaps, getPenInputDevices, getSheets, initializeBeforeStarting, isRunning, isUserChoosingDestinationForPDF, removeAllSheets, removeBatchEventHandler, removeSheet, renderToPDF, renderToPDF, setDebuggingEnvironment, setHostToolkit, setUserChoosesPDFDestinationFlag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaptureApplication

public CaptureApplication(HandwritingCaptureDebugger debugger)
Start the App with Zero Sheets. Add them interactively.

Parameters:
debugger -
Method Detail

addCalibrationHandler

public void addCalibrationHandler()
Create a Region by tapping two points.


clearInk

public void clearInk()

getPen

public Pen getPen()
Returns:

retrieveAlternatives

public void retrieveAlternatives()

saveInkToDisk

public void saveInkToDisk()

Copyright 2006 Stanford University