GLG Toolkit, Java Class Library  Version 4.5
GlgSelectionType

Specifies selection type. More...

Detailed Description

Specifies selection type.

Constants

static final int DEFAULT_SELECTION_TYPE = 0
 Select based on the object's FillType. More...
 
static final int SELECT_AS_FILLED = 1
 Select as filled regardless of the object's FillType. More...
 

Variable Documentation

◆ DEFAULT_SELECTION_TYPE

final int DEFAULT_SELECTION_TYPE = 0
static

Select based on the object's FillType.

◆ SELECT_AS_FILLED

final int SELECT_AS_FILLED = 1
static

Select as filled regardless of the object's FillType.