java.awt
Class GridBagLayoutInfo

java.lang.Object
  |
  +--java.awt.GridBagLayoutInfo

class GridBagLayoutInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  int height
           
(package private)  int[] minHeight
           
(package private)  int[] minWidth
           
(package private)  int startx
           
(package private)  int starty
           
(package private)  double[] weightX
           
(package private)  double[] weightY
           
(package private)  int width
           
 
Constructor Summary
(package private) GridBagLayoutInfo()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

width

int width

height

int height

startx

int startx

starty

int starty

minWidth

int[] minWidth

minHeight

int[] minHeight

weightX

double[] weightX

weightY

double[] weightY
Constructor Detail

GridBagLayoutInfo

GridBagLayoutInfo()