|
GLG Toolkit, Java Class Library
Version 4.6
|
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.
Constants | |
| static final int | NO_PAN = 0 |
| Pan type constant. More... | |
| static final int | PAN_X = 1 |
| Pan type constant. More... | |
| static final int | PAN_X_AUTO = 4 |
| Pan type constant. More... | |
| static final int | PAN_XY = 3 |
| Pan type 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 constant.
|
static |
Pan type constant.
|
static |
Pan type constant.
|
static |
Pan type constant.
|
static |
Pan type constant.
|
static |
Pan type constant.
|
static |
Pan type constant.