org.apache.batik.ext.swing
public interface GridBagConstants
Field Summary | |
---|---|
int | BOTH
Resize the component both horizontally and vertically. |
int | CENTER
Put the component in the center of its display area. |
int | EAST
Put the component on the left side of its display area,
centered vertically. |
int | HORIZONTAL
Resize the component horizontally but not vertically. |
int | NONE
Do not resize the component. |
int | NORTH
Put the component at the top of its display area,
centered horizontally. |
int | NORTHEAST
Put the component at the top-right corner of its display area. |
int | NORTHWEST
Put the component at the top-left corner of its display area. |
int | REMAINDER
Specify that this component is the
last component in its column or row. |
int | SOUTH
Put the component at the bottom of its display area, centered
horizontally. |
int | SOUTHEAST
Put the component at the bottom-right corner of its display area. |
int | SOUTHWEST
Put the component at the bottom-left corner of its display area. |
int | VERTICAL
Resize the component vertically but not horizontally. |
int | WEST
Put the component on the left side of its display area,
centered vertically. |
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0
Since: JDK1.0