dods.clients.importwizard.TMAP.map
Class GridBagConstraints2
java.lang.Object
java.awt.GridBagConstraints
dods.clients.importwizard.TMAP.map.GridBagConstraints2
- All Implemented Interfaces:
- Serializable, Cloneable
public class GridBagConstraints2
- extends GridBagConstraints
- See Also:
- Serialized Form
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 |
Method Summary |
void |
set(int gridx,
int gridy,
int gridwidth,
int gridheight)
|
void |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr)
|
void |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr,
int left,
int top,
int right,
int bottom)
|
void |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr,
int left,
int top,
int right,
int bottom,
double weightx,
double weighty)
|
GridBagConstraints2
public GridBagConstraints2()
set
public void set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr,
int left,
int top,
int right,
int bottom,
double weightx,
double weighty)
set
public void set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr,
int left,
int top,
int right,
int bottom)
set
public void set(int gridx,
int gridy,
int gridwidth,
int gridheight,
String anchorStr,
String fillStr)
set
public void set(int gridx,
int gridy,
int gridwidth,
int gridheight)