

Public Member Functions | |
| TableLayoutConstraints () | |
| TableLayoutConstraints (String constraints) | |
| TableLayoutConstraints (int col1, int row1, int col2, int row2, int hAlign, int vAlign) | |
| String | toString () |
Public Attributes | |
| int | col1 |
| int | row1 |
| int | col2 |
| int | row2 |
| int | hAlign |
| int | vAlign |
Static Public Attributes | |
| double | ABCD = TableLayoutConstraints.FILL |
|
|
Constructs an TableLayoutConstraints with the default settings. This constructor is equivalent to TableLayoutConstraints(0, 0, 0, 0, FULL, FULL). |
|
|
Constructs an TableLayoutConstraints from a string.
|
|
||||||||||||||||||||||||||||
|
Constructs an TableLayoutConstraints a set of constraints.
|
|
|
Gets a string representation of this TableLayoutConstraints.
|
|
|
Cell in which the upper left corner of the component lays |
|
|
Cell in which the lower right corner of the component lays |
|
|
Horizontal justification if component occupies just one cell |
|
|
Cell in which the upper left corner of the component lays |
|
|
Cell in which the lower right corner of the component lays |
|
|
Verical justification if component occupies just one cell |
1.3.9.1