Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt
Class GridBagLayoutInfo  view GridBagLayoutInfo download GridBagLayoutInfo.java

java.lang.Object
  extended byjava.awt.GridBagLayoutInfo
All Implemented Interfaces:
java.io.Serializable

class GridBagLayoutInfo
extends java.lang.Object
implements java.io.Serializable


Field Summary
(package private)  int cols
           
(package private)  double[] colWeights
           
(package private)  int[] colWidths
           
(package private)  int pos_x
           
(package private)  int pos_y
           
(package private)  int[] rowHeights
           
(package private)  int rows
           
(package private)  double[] rowWeights
           
private static long serialVersionUID
           
 
Constructor Summary
(package private) GridBagLayoutInfo(int cols, int rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

pos_x

int pos_x

pos_y

int pos_y

cols

int cols

rows

int rows

colWidths

int[] colWidths

rowHeights

int[] rowHeights

colWeights

double[] colWeights

rowWeights

double[] rowWeights
Constructor Detail

GridBagLayoutInfo

GridBagLayoutInfo(int cols,
                  int rows)