edu.stanford.hci.r3.tools.design.sketch
Class SketchToPaperUI

java.lang.Object
  extended by edu.stanford.hci.r3.tools.design.sketch.SketchToPaperUI

public class SketchToPaperUI
extends java.lang.Object

Interprets a set of pen strokes, and outputs a paper UI xml file.

This software is distributed under the BSD License.


Constructor Summary
SketchToPaperUI()
           
 
Method Summary
 void addPenListener(PenListener penListener)
          Other modules, like a Flash GUI, can listen in on the pen samples.
 void exit()
           
 void translate(java.io.File strokeFile, java.lang.String className, java.io.File outputFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SketchToPaperUI

public SketchToPaperUI()
Method Detail

addPenListener

public void addPenListener(PenListener penListener)
Other modules, like a Flash GUI, can listen in on the pen samples.

Parameters:
penListener -

exit

public void exit()

translate

public void translate(java.io.File strokeFile,
                      java.lang.String className,
                      java.io.File outputFolder)
Parameters:
strokeFile -
className -
outputFolder -
Throws:
java.io.IOException

Copyright 2006 Stanford University