GLG Toolkit, Java Class Library  Version 4.5
GlgAnchoringType

Specifies anchoring type binary flags. More...

Detailed Description

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.

Constants

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...
 

Variable Documentation

◆ HCENTER

final int HCENTER = 0
static

Horizontal anchoring constant.

◆ HLEFT

final int HLEFT = 1
static

Horizontal anchoring constant.

◆ HRIGHT

final int HRIGHT = 2
static

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.