Specifies anchoring type binary flags.
More...
Specifies anchoring type binary flags.
A bitwise OR combination of one horizontal and one vertical flag is used as a value of the Anchor attribute.
|
static final int | HCENTER = 0 |
| Horizontal anchoring constant. More...
|
|
static final int | HLEFT = 1 |
| Horizontal anchoring constant. More...
|
|
static final int | HRIGHT = 2 |
| Horizontal anchoring constant. More...
|
|
static final int | VBOTTOM = ( 2 << 4 ) |
| Vertical anchoring constant. More...
|
|
static final int | VCENTER = ( 0 << 4 ) |
| Vertical anchoring constant. More...
|
|
static final int | VTOP = ( 1 << 4 ) |
| Vertical anchoring constant. More...
|
|
◆ HCENTER
Horizontal anchoring constant.
◆ HLEFT
Horizontal anchoring constant.
◆ HRIGHT
Horizontal anchoring constant.
◆ VBOTTOM
final int VBOTTOM = ( 2 << 4 ) |
|
static |
Vertical anchoring constant.
◆ VCENTER
final int VCENTER = ( 0 << 4 ) |
|
static |
Vertical anchoring constant.
◆ VTOP
final int VTOP = ( 1 << 4 ) |
|
static |
Vertical anchoring constant.