|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt
Class GridBagLayoutInfo

java.lang.Objectjava.awt.GridBagLayoutInfo
- All Implemented Interfaces:
- java.io.Serializable
- class GridBagLayoutInfo
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| 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)
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.awt.GridBagLayoutInfo