swingwt.awt
Class GridBagConstraints
java.lang.Object
swingwt.awt.GridBagConstraints
- All Implemented Interfaces:
- java.lang.Cloneable
- public class GridBagConstraints
- extends java.lang.Object
- implements java.lang.Cloneable
Constructor Summary |
GridBagConstraints()
|
GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
Insets insets,
int ipadx,
int ipady)
|
Method Summary |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELATIVE
public static final int RELATIVE
- See Also:
- Constant Field Values
REMAINDER
public static final int REMAINDER
- See Also:
- Constant Field Values
NONE
public static final int NONE
- See Also:
- Constant Field Values
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
NORTHEAST
public static final int NORTHEAST
- See Also:
- Constant Field Values
EAST
public static final int EAST
- See Also:
- Constant Field Values
SOUTHEAST
public static final int SOUTHEAST
- See Also:
- Constant Field Values
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
SOUTHWEST
public static final int SOUTHWEST
- See Also:
- Constant Field Values
WEST
public static final int WEST
- See Also:
- Constant Field Values
NORTHWEST
public static final int NORTHWEST
- See Also:
- Constant Field Values
PAGE_START
public static final int PAGE_START
- See Also:
- Constant Field Values
PAGE_END
public static final int PAGE_END
- See Also:
- Constant Field Values
LINE_START
public static final int LINE_START
- See Also:
- Constant Field Values
LINE_END
public static final int LINE_END
- See Also:
- Constant Field Values
FIRST_LINE_START
public static final int FIRST_LINE_START
- See Also:
- Constant Field Values
FIRST_LINE_END
public static final int FIRST_LINE_END
- See Also:
- Constant Field Values
LAST_LINE_START
public static final int LAST_LINE_START
- See Also:
- Constant Field Values
LAST_LINE_END
public static final int LAST_LINE_END
- See Also:
- Constant Field Values
gridx
public int gridx
gridy
public int gridy
gridwidth
public int gridwidth
gridheight
public int gridheight
weightx
public double weightx
weighty
public double weighty
anchor
public int anchor
fill
public int fill
insets
public Insets insets
ipadx
public int ipadx
ipady
public int ipady
GridBagConstraints
public GridBagConstraints()
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)
clone
public java.lang.Object clone()