Package org.jmol.awtjs.swing
Class GridBagConstraints
java.lang.Object
org.jmol.awtjs.swing.GridBagConstraints
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
static final int
static final int
int
int
int
int
int
(package private) Insets
int
int
static final int
(package private) double
(package private) double
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionGridBagConstraints
(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady) -
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
CENTER
public static final int CENTER- See Also:
-
WEST
public static final int WEST- See Also:
-
EAST
public static final int EAST- See Also:
-
gridx
public int gridx -
gridy
public int gridy -
gridwidth
public int gridwidth -
gridheight
public int gridheight -
weightx
double weightx -
weighty
double weighty -
anchor
public int anchor -
fill
public int fill -
insets
Insets insets -
ipadx
public int ipadx -
ipady
public int ipady
-
-
Constructor Details
-
GridBagConstraints
public GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady)
-
-
Method Details
-
getStyle
-