edu.stanford.hci.r3.tools.design
Class Designer

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

public class Designer
extends java.lang.Object

Basically, a JFrame with a scrollable document panel that can render Sheets and Regions. This class is incomplete, but it was inspired by the original GIGAprints designer. It should provide debugging and design options for the designer/developer.

This software is distributed under the BSD License.


Constructor Summary
Designer()
           
 
Method Summary
 int getLastWindowX()
           
 int getLastWindowY()
           
 javax.swing.JFrame getMainFrame()
           
static void main(java.lang.String[] args)
           
 void startFullScreenView(int displayNumber)
          View the Designer in FullScreen Mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Designer

public Designer()
Method Detail

main

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

getLastWindowX

public int getLastWindowX()
Returns:
Where the window was last positioned (X Coordinate)

getLastWindowY

public int getLastWindowY()
Returns:
Where the window was last positioned (Y Coordinate)

getMainFrame

public javax.swing.JFrame getMainFrame()
Returns:

startFullScreenView

public void startFullScreenView(int displayNumber)
View the Designer in FullScreen Mode.


Copyright 2006 Stanford University