GLG Toolkit, Java Class Library  Version 4.5
GlgPositionModifier

Container position modifier. More...

Detailed Description

Container position modifier.

Specifies how to adjust the current position for the next operation after performing the current one.

Constants

static final int AFTER = 2
 Adjust the current position to the next element. More...
 
static final int BEFORE = 1
 Adjust the current position to the previous element. More...
 

Variable Documentation

◆ AFTER

final int AFTER = 2
static

Adjust the current position to the next element.

◆ BEFORE

final int BEFORE = 1
static

Adjust the current position to the previous element.