GLG Toolkit, Java Class Library
Version 4.5
|
Specifies the mode for a viewport's pan scrollbars. More...
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... | |
|
static |
Pan type and tooltip mode constant.
|
static |
Pan type and tooltip mode constant.
|
static |
Pan type constant.
|
static |
Pan type and tooltip mode constant.
|
static |
Pan type constant.
|
static |
Pan type constant.
|
static |
Pan type constant.