SALT.gui
Class Graphics
java.lang.Object
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
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 |
gridBagLayout
protected java.awt.GridBagLayout gridBagLayout
gridBagConstraints
protected java.awt.GridBagConstraints gridBagConstraints
Graphics
public Graphics()
- Initialise a GridBagLayout object and a GridBagConstraints object.
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
-