GLG Toolkit, Java Class Library  Version 4.5
GlgTextType

Specifies text type. More...

Detailed Description

Specifies text type.

Constants

static final int FIT_TO_BOX_TEXT = 2
 Text subtype constant. More...
 
static final int FIXED_BOX_TEXT = 8
 Text subtype constant. More...
 
static final int FIXED_TEXT = 1
 Text subtype constant. More...
 
static final int SCROLLED_TEXT = 3
 Text subtype constant. More...
 
static final int SPACED_TEXT = 4
 Text subtype constant. More...
 
static final int TRUNCATED_TEXT = 5
 Text subtype constant. More...
 
static final int WRAPPED_TEXT = 6
 Text subtype constant. More...
 
static final int WRAPPED_TRUNCATED_TEXT = 7
 Text subtype constant. More...
 

Variable Documentation

◆ FIT_TO_BOX_TEXT

final int FIT_TO_BOX_TEXT = 2
static

Text subtype constant.

◆ FIXED_BOX_TEXT

final int FIXED_BOX_TEXT = 8
static

Text subtype constant.

◆ FIXED_TEXT

final int FIXED_TEXT = 1
static

Text subtype constant.

◆ SCROLLED_TEXT

final int SCROLLED_TEXT = 3
static

Text subtype constant.

◆ SPACED_TEXT

final int SPACED_TEXT = 4
static

Text subtype constant.

◆ TRUNCATED_TEXT

final int TRUNCATED_TEXT = 5
static

Text subtype constant.

◆ WRAPPED_TEXT

final int WRAPPED_TEXT = 6
static

Text subtype constant.

◆ WRAPPED_TRUNCATED_TEXT

final int WRAPPED_TRUNCATED_TEXT = 7
static

Text subtype constant.