edu.stanford.hci.r3.tools.debug
Class DebuggingEnvironment

java.lang.Object
  extended by edu.stanford.hci.r3.tools.debug.DebuggingEnvironment

public class DebuggingEnvironment
extends java.lang.Object

To help you visualize the event handlers and otherwise debug the paper UI and application. This class contains the bulk of the debugging support, whereas the other classes represent the GUI.

This software is distributed under the BSD License.


Constructor Summary
DebuggingEnvironment(Application paperApp)
           
 
Method Summary
static java.lang.String escapeLiteral(java.lang.String s)
           
 void showFlashView()
           
 void visualize(java.lang.String msg, Region r, java.lang.String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggingEnvironment

public DebuggingEnvironment(Application paperApp)
Parameters:
paperApp -
Method Detail

escapeLiteral

public static java.lang.String escapeLiteral(java.lang.String s)

showFlashView

public void showFlashView()

visualize

public void visualize(java.lang.String msg,
                      Region r,
                      java.lang.String code)
Parameters:
msg -
r -

Copyright 2006 Stanford University