SALT.gui
Class Graphics

java.lang.Object
  extended by SALT.gui.Graphics
Direct Known Subclasses:
Dialog, Layout

public class Graphics
extends java.lang.Object

Provides graphical methods for Layout and Dialog.

See Also:
GridBagConstraints, GridBagLayout

Field Summary
protected  java.awt.GridBagConstraints gridBagConstraints
           
protected  java.awt.GridBagLayout gridBagLayout
           
 
Constructor Summary
Graphics()
          Initialise a GridBagLayout object and a GridBagConstraints object.
 
Method Summary
protected  void makeGridBagConstraints(int x, int y, int width, int height, java.awt.GridBagConstraints gridBagContraints)
          Specifies constraints for components that are laid out using the GridBagLayout class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridBagLayout

protected java.awt.GridBagLayout gridBagLayout

gridBagConstraints

protected java.awt.GridBagConstraints gridBagConstraints
Constructor Detail

Graphics

public Graphics()
Initialise a GridBagLayout object and a GridBagConstraints object.

Method Detail

makeGridBagConstraints

protected void makeGridBagConstraints(int x,
                                      int y,
                                      int width,
                                      int height,
                                      java.awt.GridBagConstraints gridBagContraints)
Specifies constraints for components that are laid out using the GridBagLayout class.

Parameters:
x -
y -
width -
height -
gridBagContraints -