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

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

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: 1.3 $, $Date: 2001/02/08 00:29:39 $
Author:
Donald Denbo
See Also:
Serialized Form

Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, NONE, NORTH, NORTHEAST, NORTHWEST, 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.
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, 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.


Send comments about the Scientific Graphics toolkit to dwd@pmel.noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on December 13 2001