GLG Toolkit, Java Class Library  Version 4.6
GlgScalingType

Specifies scaling type for fixed size properties: text size, polygon line width, marker size, etc. More...

Detailed Description

Specifies scaling type for fixed size properties: text size, polygon line width, marker size, etc.

Constants

static final int NO_SCALING = 0
 Scaling type constant. More...
 
static final int RESIZE_SCALING = 2
 Scaling type constant. More...
 
static final int ZOOM_AND_RESIZE_SCALING = 3
 Scaling type constant. More...
 
static final int ZOOM_SCALING = 1
 Scaling type constant. More...
 

Variable Documentation

◆ NO_SCALING

final int NO_SCALING = 0
static

Scaling type constant.

◆ RESIZE_SCALING

final int RESIZE_SCALING = 2
static

Scaling type constant.

◆ ZOOM_AND_RESIZE_SCALING

final int ZOOM_AND_RESIZE_SCALING = 3
static

Scaling type constant.

◆ ZOOM_SCALING

final int ZOOM_SCALING = 1
static

Scaling type constant.