ij.gui
Class GUI

java.lang.Object
  extended by ij.gui.GUI

public class GUI
extends java.lang.Object

This class consists of static GUI utility methods.


Field Summary
static int cw
           
static int cwl
           
 
Constructor Summary
GUI()
           
 
Method Summary
static void center(java.awt.Window w)
          Positions the specified window in the center of the screen.
static java.awt.Image createBlankImage(int width, int height)
          Creates a white AWT Image image of the specified size.
static void relCenter(ImageJ ij, java.awt.Window w)
          Positions the specified window in the center of the screen.
static void relRight(ImageJ ij, java.awt.Window w)
          Positions the specified window in the center of the screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cw

public static int cw

cwl

public static int cwl
Constructor Detail

GUI

public GUI()
Method Detail

center

public static void center(java.awt.Window w)
Positions the specified window in the center of the screen.


relCenter

public static void relCenter(ImageJ ij,
                             java.awt.Window w)
Positions the specified window in the center of the screen.


relRight

public static void relRight(ImageJ ij,
                            java.awt.Window w)
Positions the specified window in the center of the screen.


createBlankImage

public static java.awt.Image createBlankImage(int width,
                                              int height)
Creates a white AWT Image image of the specified size.