Class sunsoft.jws.visual.rt.awt.GBConstraints
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.GBConstraints
java.lang.Object
|
+----sunsoft.jws.visual.rt.awt.GBConstraints
- public class GBConstraints
- extends Object
- implements Cloneable
GBConstraints is used to specify constraints for components
laid out using the GBLayout class.
- See Also:
- GBLayout
-
anchor
-
-
BOTH
-
-
CENTER
-
-
EAST
-
-
fill
-
-
gridheight
-
-
gridwidth
-
-
gridx
-
-
gridy
-
-
hardinsets
-
-
hardipadx
-
-
hardipady
-
-
HORIZONTAL
-
-
insets
-
-
ipadx
-
-
ipady
-
-
location
-
-
minsize
-
-
NONE
-
-
NORTH
-
-
NORTHEAST
-
-
NORTHWEST
-
-
RELATIVE
-
-
REMAINDER
-
-
shrinkx
-
-
shrinky
-
-
size
-
-
SOUTH
-
-
SOUTHEAST
-
-
SOUTHWEST
-
-
VERTICAL
-
-
weightx
-
-
weighty
-
-
WEST
-
-
GBConstraints()
- Creates a set of gridbag constraints.
-
GBConstraints(String)
- Creates a set of gridbag constraints by parsing the given
constraints option string.
-
clone()
-
RELATIVE
public final static int RELATIVE
REMAINDER
public final static int REMAINDER
NONE
public final static int NONE
BOTH
public final static int BOTH
HORIZONTAL
public final static int HORIZONTAL
VERTICAL
public final static int VERTICAL
CENTER
public final static int CENTER
NORTH
public final static int NORTH
NORTHEAST
public final static int NORTHEAST
EAST
public final static int EAST
SOUTHEAST
public final static int SOUTHEAST
SOUTH
public final static int SOUTH
SOUTHWEST
public final static int SOUTHWEST
WEST
public final static int WEST
NORTHWEST
public final static int NORTHWEST
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
hardinsets
public Insets hardinsets
hardipadx
public int hardipadx
hardipady
public int hardipady
shrinkx
public boolean shrinkx
shrinky
public boolean shrinky
location
public Point location
size
public Dimension size
minsize
public Dimension minsize
GBConstraints
public GBConstraints()
- Creates a set of gridbag constraints.
GBConstraints
public GBConstraints(String constraints)
- Creates a set of gridbag constraints by parsing the given
constraints option string. Each option has the form key=value.
Options are separated by semicolons (;).
clone
public Object clone()
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index