GLG Toolkit, Java Class Library  Version 4.5
GlgLayoutType

Specifies layout type. More...

Detailed Description

Specifies layout type.

Constants

static final int ALIGN_BOTTOM = 5
 Align bottom edges. More...
 
static final int ALIGN_HCENTER = 3
 Align horizontal centers (center on vertical axis). More...
 
static final int ALIGN_LEFT = 1
 Align left edges. More...
 
static final int ALIGN_RIGHT = 2
 Align right edges. More...
 
static final int ALIGN_TOP = 4
 Align top edges. More...
 
static final int ALIGN_VCENTER = 6
 Align vertical centers (center on horizontal axis). More...
 
static final int POSITION_BOTTOM = 25
 Position at the bottom edge of the viewport's span. More...
 
static final int POSITION_BOTTOM_VIS = 31
 Position at the bottom visible edge of the viewport. More...
 
static final int POSITION_CENTER_VIS = 32
 Center in the visible part of the viewport both vertically and horizontally. More...
 
static final int POSITION_HCENTER = 21
 Position in the center of the viewport's horizontal span. More...
 
static final int POSITION_HCENTER_VIS = 27
 Center in the visible part of the viewport horizontally. More...
 
static final int POSITION_LEFT = 20
 Position at the left edge of the viewport's span. More...
 
static final int POSITION_LEFT_VIS = 26
 Position at the left visible edge of the viewport. More...
 
static final int POSITION_RIGHT = 22
 Position at the right edge of the viewport's span. More...
 
static final int POSITION_RIGHT_VIS = 28
 Position at the right visible edge of the viewport. More...
 
static final int POSITION_TOP = 23
 Position at the top edge of the viewport's span. More...
 
static final int POSITION_TOP_VIS = 29
 Position at the top visible edge of the viewport. More...
 
static final int POSITION_VCENTER = 24
 Position in the center of the viewport's vertical span. More...
 
static final int POSITION_VCENTER_VIS = 30
 Center in the visible part of the viewport vertically. More...
 
static final int SET_EQUAL_HDISTANCE = 11
 Distribute (centers) evenly across. More...
 
static final int SET_EQUAL_HSIZE = 8
 Set same width. More...
 
static final int SET_EQUAL_HSPACE = 13
 Space evenly across. More...
 
static final int SET_EQUAL_SIZE = 9
 Set same width and height. More...
 
static final int SET_EQUAL_VDISTANCE = 10
 Distribute (centers) evenly down. More...
 
static final int SET_EQUAL_VSIZE = 7
 Set same height. More...
 
static final int SET_EQUAL_VSPACE = 12
 Space evenly down. More...
 
static final int SET_HDISTANCE = 17
 Set horizontal distance (between centers). More...
 
static final int SET_HSIZE = 15
 Set width. More...
 
static final int SET_HSPACE = 19
 Set horizontal space (between objects). More...
 
static final int SET_VDISTANCE = 16
 Set vertical distance (between centers). More...
 
static final int SET_VSIZE = 14
 Set height. More...
 
static final int SET_VSPACE = 18
 Set vertical space (between objects). More...
 

Variable Documentation

◆ ALIGN_BOTTOM

final int ALIGN_BOTTOM = 5
static

Align bottom edges.

◆ ALIGN_HCENTER

final int ALIGN_HCENTER = 3
static

Align horizontal centers (center on vertical axis).

◆ ALIGN_LEFT

final int ALIGN_LEFT = 1
static

Align left edges.

◆ ALIGN_RIGHT

final int ALIGN_RIGHT = 2
static

Align right edges.

◆ ALIGN_TOP

final int ALIGN_TOP = 4
static

Align top edges.

◆ ALIGN_VCENTER

final int ALIGN_VCENTER = 6
static

Align vertical centers (center on horizontal axis).

◆ POSITION_BOTTOM

final int POSITION_BOTTOM = 25
static

Position at the bottom edge of the viewport's span.

◆ POSITION_BOTTOM_VIS

final int POSITION_BOTTOM_VIS = 31
static

Position at the bottom visible edge of the viewport.

◆ POSITION_CENTER_VIS

final int POSITION_CENTER_VIS = 32
static

Center in the visible part of the viewport both vertically and horizontally.

◆ POSITION_HCENTER

final int POSITION_HCENTER = 21
static

Position in the center of the viewport's horizontal span.

◆ POSITION_HCENTER_VIS

final int POSITION_HCENTER_VIS = 27
static

Center in the visible part of the viewport horizontally.

◆ POSITION_LEFT

final int POSITION_LEFT = 20
static

Position at the left edge of the viewport's span.

◆ POSITION_LEFT_VIS

final int POSITION_LEFT_VIS = 26
static

Position at the left visible edge of the viewport.

◆ POSITION_RIGHT

final int POSITION_RIGHT = 22
static

Position at the right edge of the viewport's span.

◆ POSITION_RIGHT_VIS

final int POSITION_RIGHT_VIS = 28
static

Position at the right visible edge of the viewport.

◆ POSITION_TOP

final int POSITION_TOP = 23
static

Position at the top edge of the viewport's span.

◆ POSITION_TOP_VIS

final int POSITION_TOP_VIS = 29
static

Position at the top visible edge of the viewport.

◆ POSITION_VCENTER

final int POSITION_VCENTER = 24
static

Position in the center of the viewport's vertical span.

◆ POSITION_VCENTER_VIS

final int POSITION_VCENTER_VIS = 30
static

Center in the visible part of the viewport vertically.

◆ SET_EQUAL_HDISTANCE

final int SET_EQUAL_HDISTANCE = 11
static

Distribute (centers) evenly across.

◆ SET_EQUAL_HSIZE

final int SET_EQUAL_HSIZE = 8
static

Set same width.

◆ SET_EQUAL_HSPACE

final int SET_EQUAL_HSPACE = 13
static

Space evenly across.

◆ SET_EQUAL_SIZE

final int SET_EQUAL_SIZE = 9
static

Set same width and height.

◆ SET_EQUAL_VDISTANCE

final int SET_EQUAL_VDISTANCE = 10
static

Distribute (centers) evenly down.

◆ SET_EQUAL_VSIZE

final int SET_EQUAL_VSIZE = 7
static

Set same height.

◆ SET_EQUAL_VSPACE

final int SET_EQUAL_VSPACE = 12
static

Space evenly down.

◆ SET_HDISTANCE

final int SET_HDISTANCE = 17
static

Set horizontal distance (between centers).

◆ SET_HSIZE

final int SET_HSIZE = 15
static

Set width.

◆ SET_HSPACE

final int SET_HSPACE = 19
static

Set horizontal space (between objects).

◆ SET_VDISTANCE

final int SET_VDISTANCE = 16
static

Set vertical distance (between centers).

◆ SET_VSIZE

final int SET_VSIZE = 14
static

Set height.

◆ SET_VSPACE

final int SET_VSPACE = 18
static

Set vertical space (between objects).