GLG Toolkit, Java Class Library  Version 4.5
GlgKeepEditRatio

Possible values of the KeepEditRatio attribute, used only by the GLG Editor when performing HierarchyDown. More...

Detailed Description

Possible values of the KeepEditRatio attribute, used only by the GLG Editor when performing HierarchyDown.

Constants

static final int DONT_KEEP_RATIO = 0
 Don't preserve X/Y ratio or size. More...
 
static final int KEEP_RATIO = 1
 Preserve X/Y ratio. More...
 
static final int KEEP_SIZE = 2
 Preserve size and X/Y ratio. More...
 

Variable Documentation

◆ DONT_KEEP_RATIO

final int DONT_KEEP_RATIO = 0
static

Don't preserve X/Y ratio or size.

◆ KEEP_RATIO

final int KEEP_RATIO = 1
static

Preserve X/Y ratio.

◆ KEEP_SIZE

final int KEEP_SIZE = 2
static

Preserve size and X/Y ratio.