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.

Variable Index

 o BOTTOM
 o LEFT
 o RIGHT
 o TOP
 o fillx
 o filly
 o padx
 o pady
 o side
 o widget

Constructor Index

 o PackerInfo()

Method Index

 o clone()

Variables

 o TOP
  public final static int TOP
 o BOTTOM
  public final static int BOTTOM
 o LEFT
  public final static int LEFT
 o RIGHT
  public final static int RIGHT
 o side
  public int side
 o padx
  public int padx
 o pady
  public int pady
 o fillx
  public boolean fillx
 o filly
  public boolean filly
 o widget
  public Component widget

Constructors

 o PackerInfo
  public PackerInfo()

Methods

 o clone
  public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index