|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.GridBagConstraints | +--BiomFrame.JPGridBag
JPGridBag : Implements GridBagConstraints complex JDK 1.1 constructor for 1.0 compatibility
Fields inherited from class java.awt.GridBagConstraints |
anchor,
BOTH,
CENTER,
EAST,
fill,
gridheight,
gridwidth,
gridx,
gridy,
HORIZONTAL,
insets,
ipadx,
ipady,
minHeight,
minWidth,
NONE,
NORTH,
NORTHEAST,
NORTHWEST,
RELATIVE,
REMAINDER,
serialVersionUID,
SOUTH,
SOUTHEAST,
SOUTHWEST,
tempHeight,
tempWidth,
tempX,
tempY,
VERTICAL,
weightx,
weighty,
WEST |
Constructor Summary | |
JPGridBag(int gridx_,
int gridy_,
int gridwidth_,
int gridheight_,
double weightx_,
double weighty_,
int anchor_,
int fill_,
java.awt.Insets insets_,
int ipadx_,
int ipady_)
|
Methods inherited from class java.awt.GridBagConstraints |
clone |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public JPGridBag(int gridx_, int gridy_, int gridwidth_, int gridheight_, double weightx_, double weighty_, int anchor_, int fill_, java.awt.Insets insets_, int ipadx_, int ipady_)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |