|
SGT Home | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.GridBagConstraints
|
+--gov.noaa.pmel.sgt.swing.prop.GridBagConstraints
Creates a GridBagConstraints object from the
constructor. This class duplicates functionality available in jdk1.2
| 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 |
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)
GridBagConstraint object.
|
SGT Home | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||