public class GB
extends java.awt.GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, 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 and Description |
---|
GB(int gridx,
int gridy) |
GB(int gridx,
int gridy,
int gridwidth,
int gridheight) |
Modifier and Type | Method and Description |
---|---|
GB |
setAnchor(int anchor) |
GB |
setFill(int fill) |
GB |
setInsets(int distance) |
GB |
setInsets(int top,
int left,
int bottom,
int right) |
GB |
setIpad(int ipadx,
int ipady) |
GB |
setWeight(double weightx,
double weighty) |
public GB(int gridx, int gridy)
public GB(int gridx, int gridy, int gridwidth, int gridheight)
public GB setAnchor(int anchor)
public GB setFill(int fill)
public GB setInsets(int distance)
public GB setInsets(int top, int left, int bottom, int right)
public GB setIpad(int ipadx, int ipady)
public GB setWeight(double weightx, double weighty)