gov.noaa.pmel.sgt.swing.prop
Class GridBagConstraints

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by gov.noaa.pmel.sgt.swing.prop.GridBagConstraints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class GridBagConstraints
extends java.awt.GridBagConstraints

Creates a GridBagConstraints object from the constructor. This class duplicates functionality available in jdk1.2

Since:
2.0
Version:
$Revision$, $Date$
Author:
Donald Denbo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
GridBagConstraints(int gridX, int gridY, int gridWidth, int gridHeight, double weightX, double weightY, int anchor, int fills, java.awt.Insets inset, int ipadX, int ipadY)
          Creates a GridBagConstraint object.
 
Method Summary
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagConstraints

public GridBagConstraints(int gridX,
                          int gridY,
                          int gridWidth,
                          int gridHeight,
                          double weightX,
                          double weightY,
                          int anchor,
                          int fills,
                          java.awt.Insets inset,
                          int ipadX,
                          int ipadY)
Creates a GridBagConstraint object.