edu.stanford.hci.r3.tools.develop.inkapibrowser
Class InkAPIBrowser

java.lang.Object
  extended by edu.stanford.hci.r3.tools.develop.inkapibrowser.InkAPIBrowser

public class InkAPIBrowser
extends java.lang.Object

Flash GUI, Java Server backend. It exposes a number of ink-related methods, and allows us to call them through Flash. BIG IDEA... the method calls all happen in java, and we send XML over to decorate the Ink in the right way, so that the Ink API Browser can present it!

This software is distributed under the BSD License.

1) create a simple one for highlighting all strokes that go UP, LEFT, DOWN, RIGHT... Add this to InkUtils


Constructor Summary
InkAPIBrowser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void saveInkFromCurrentFileToDiskAndDisplayIt()
           
 void showFlashView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InkAPIBrowser

public InkAPIBrowser()
Parameters:
paperApp -
Method Detail

main

public static void main(java.lang.String[] args)

saveInkFromCurrentFileToDiskAndDisplayIt

protected void saveInkFromCurrentFileToDiskAndDisplayIt()

showFlashView

public void showFlashView()

Copyright 2006 Stanford University