public class GridBagConstraints
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
anchor |
static int |
CENTER |
static int |
EAST |
int |
fill |
int |
gridheight |
int |
gridwidth |
int |
gridx |
int |
gridy |
(package private) Insets |
insets |
int |
ipadx |
int |
ipady |
static int |
NONE |
(package private) double |
weightx |
(package private) double |
weighty |
static int |
WEST |
Constructor and Description |
---|
GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
Insets insets,
int ipadx,
int ipady) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getStyle(boolean margins) |
public static final int NONE
public static final int CENTER
public static final int WEST
public static final int EAST
public int gridx
public int gridy
public int gridwidth
public int gridheight
double weightx
double weighty
public int anchor
public int fill
Insets insets
public int ipadx
public int ipady
public GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady)