GLG Toolkit, Java Class Library  Version 4.5
GlgUnitsType

Specifies the type of units that determine the size of the rounded corner of the Rounded object. More...

Detailed Description

Specifies the type of units that determine the size of the rounded corner of the Rounded object.

Constants

static final int RELATIVE_UNITS = 0
 UnitsType constant for Rounded object. More...
 
static final int SCREEN_UNITS = 2
 UnitsType constant for Rounded object. More...
 
static final int WORLD_UNITS = 1
 UnitsType constant for Rounded object. More...
 

Variable Documentation

◆ RELATIVE_UNITS

final int RELATIVE_UNITS = 0
static

UnitsType constant for Rounded object.

◆ SCREEN_UNITS

final int SCREEN_UNITS = 2
static

UnitsType constant for Rounded object.

◆ WORLD_UNITS

final int WORLD_UNITS = 1
static

UnitsType constant for Rounded object.