API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. GridBagLayoutInfo View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      GridBagLayoutInfo
Implements
 Serializable
Subclasses
Description
public class GridBagLayoutInfo
  The GridBagLayoutInfo is an utility class for GridBagLayout layout manager.
Constructors
pack-private GridBagLayoutInfo (int width, int height)
  Creates an instance of GridBagLayoutInfo representing GridBagLayout grid cells with it's own parameters.
Methods
Hide/Show inherited methods
pack-private boolean hasBaseline (int row)
Returns true if there is a baseline for the specified row.
pack-private boolean hasConstantDescent (int row)
Returns true if the specified row has any component aligned on the baseline with a baseline resize behavior of CONSTANT_DESCENT.
Fields
Hide/Show inherited fields
pack-private short baselineType
pack-private boolean hasBaseline
pack-private int height
pack-private int maxAscent
pack-private int maxDescent
pack-private int minHeight
pack-private int minWidth
pack-private int startx
pack-private int starty
pack-private double weightX
pack-private double weightY
pack-private int width
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar