Class awt.PackerInfo
All Packages Class Hierarchy This Package Previous Next Index
Class awt.PackerInfo
java.lang.Object
|
+----awt.PackerInfo
- public class PackerInfo
- extends Object
- implements Cloneable
PackerInfo is used to specify the constraints for components
laid out using the PackerLayout manager.
-
BOTTOM
-
-
LEFT
-
-
RIGHT
-
-
TOP
-
-
fillx
-
-
filly
-
-
padx
-
-
pady
-
-
side
-
-
widget
-
-
PackerInfo()
-
-
clone()
-
TOP
public final static int TOP
BOTTOM
public final static int BOTTOM
LEFT
public final static int LEFT
RIGHT
public final static int RIGHT
side
public int side
padx
public int padx
pady
public int pady
fillx
public boolean fillx
filly
public boolean filly
widget
public Component widget
PackerInfo
public PackerInfo()
clone
public Object clone()
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index