GLG Toolkit, Java Class Library  Version 4.5
GlgPanType

Specifies the mode for a viewport's pan scrollbars. More...

Detailed Description

Specifies the mode for a viewport's pan scrollbars.

X and Y pan flags may be combined with bitwise OR to form the pan type.

NO_PAN, PAN_X and PAN_XY constants are also used as values of a chart's TooltipMode attribute.

Constants

static final int NO_PAN = 0
 Pan type and tooltip mode constant. More...
 
static final int PAN_X = 1
 Pan type and tooltip mode constant. More...
 
static final int PAN_X_AUTO = 4
 Pan type constant. More...
 
static final int PAN_XY = 3
 Pan type and tooltip mode constant. More...
 
static final int PAN_XY_AUTO = 12
 Pan type constant. More...
 
static final int PAN_Y = 2
 Pan type constant. More...
 
static final int PAN_Y_AUTO = 8
 Pan type constant. More...
 

Variable Documentation

◆ NO_PAN

final int NO_PAN = 0
static

Pan type and tooltip mode constant.

◆ PAN_X

final int PAN_X = 1
static

Pan type and tooltip mode constant.

◆ PAN_X_AUTO

final int PAN_X_AUTO = 4
static

Pan type constant.

◆ PAN_XY

final int PAN_XY = 3
static

Pan type and tooltip mode constant.

◆ PAN_XY_AUTO

final int PAN_XY_AUTO = 12
static

Pan type constant.

◆ PAN_Y

final int PAN_Y = 2
static

Pan type constant.

◆ PAN_Y_AUTO

final int PAN_Y_AUTO = 8
static

Pan type constant.