| |
|
| java.lang.Object java.awt.GridBagLayoutInfo
Constructor Summary | |
| GridBagLayoutInfo(int width, int height) Creates an instance of GridBagLayoutInfo representing
GridBagLayout
grid cells with it's own parameters. |
Method Summary | |
boolean | hasBaseline(int row) Returns true if there is a baseline for the specified row. | 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. |
baselineType | short baselineType(Code) | | |
hasBaseline | boolean hasBaseline(Code) | | |
maxDescent | int maxDescent(Code) | | |
startxstarty | int startxstarty(Code) | | |
widthheight | int widthheight(Code) | | |
GridBagLayoutInfo | GridBagLayoutInfo(int width, int height)(Code) | | Creates an instance of GridBagLayoutInfo representing
GridBagLayout
grid cells with it's own parameters.
Parameters: width - the columns Parameters: height - the rows since: 6.0 |
hasBaseline | boolean hasBaseline(int row)(Code) | | Returns true if there is a baseline for the specified row.
|
hasConstantDescent | boolean hasConstantDescent(int row)(Code) | | Returns true if the specified row has any component aligned on the
baseline with a baseline resize behavior of CONSTANT_DESCENT.
|
|
|
|