GLG Toolkit, Java Class Library  Version 4.5
GlgLineAnchoringType

Specifies line anchoring type for multi-line text objects. More...

Detailed Description

Specifies line anchoring type for multi-line text objects.

Constants

static final int LCENTER = 0
 Line anchoring constant for multi-line text objects. More...
 
static final int LINHERIT = 4
 Line anchoring constant for multi-line text objects. More...
 
static final int LLEFT = 1
 Line anchoring constant for multi-line text objects. More...
 
static final int LRIGHT = 2
 Line anchoring constant for multi-line text objects. More...
 

Variable Documentation

◆ LCENTER

final int LCENTER = 0
static

Line anchoring constant for multi-line text objects.

◆ LINHERIT

final int LINHERIT = 4
static

Line anchoring constant for multi-line text objects.

◆ LLEFT

final int LLEFT = 1
static

Line anchoring constant for multi-line text objects.

◆ LRIGHT

final int LRIGHT = 2
static

Line anchoring constant for multi-line text objects.