GLG Toolkit, Java Class Library  Version 4.5
GlgScaleAdjustmentType

Specifies scaling adjustment type for pixel offset and screen scaling transformations. More...

Detailed Description

Specifies scaling adjustment type for pixel offset and screen scaling transformations.

Constants

static final int INVERSED_SCREEN_SCALING = 4
 Uses inversed screen scaling. More...
 
static final int INVERSED_WORLD_SCALING = 3
 Uses inversed world scaling. More...
 
static final int SCREEN_SCALING = 1
 Adjusts by a screen scale factor to use screen coordinates. More...
 
static final int WORLD_SCALING = 0
 Does not apply any adjustments. More...
 

Variable Documentation

◆ INVERSED_SCREEN_SCALING

final int INVERSED_SCREEN_SCALING = 4
static

Uses inversed screen scaling.

◆ INVERSED_WORLD_SCALING

final int INVERSED_WORLD_SCALING = 3
static

Uses inversed world scaling.

◆ SCREEN_SCALING

final int SCREEN_SCALING = 1
static

Adjusts by a screen scale factor to use screen coordinates.

◆ WORLD_SCALING

final int WORLD_SCALING = 0
static

Does not apply any adjustments.