GLG Toolkit, Java Class Library  Version 4.5
GlgDoubleBufferingType

Specifies double buffering type. More...

Detailed Description

Specifies double buffering type.

Constants

static final int DB_FORCED = 2
 Enables double buffering even if it was disabled for the deployment platform. More...
 
static final int DB_OFF = 0
 Disables double buffering. More...
 
static final int DB_ON = 1
 Enables double buffering if it is was not disabled for the deployment platform. More...
 

Variable Documentation

◆ DB_FORCED

final int DB_FORCED = 2
static

Enables double buffering even if it was disabled for the deployment platform.

◆ DB_OFF

final int DB_OFF = 0
static

Disables double buffering.

◆ DB_ON

final int DB_ON = 1
static

Enables double buffering if it is was not disabled for the deployment platform.