Impact Acquire SDK Java
|
Defines valid display modes. More...
Static Public Attributes | |
static final int | DM_DDrawOverlay = acquireJNI.DM_DDrawOverlay_get() |
DirectDraw® mode. | |
static final int | DM_Default = acquireJNI.DM_Default_get() |
The default display mode. | |
static final int | DM_Fastest = acquireJNI.DM_Fastest_get() |
The fastest display mode. | |
static final int | DM_FullScreen = acquireJNI.DM_FullScreen_get() |
Fullscreen (Exclusive) DirectDraw® mode. | |
Defines valid display modes.
|
static |
DirectDraw® mode.
This mode will use DirectDraw® for displaying the image.
In this mode, the bitmap rectangle will always be scaled to fit into the display rectangle.
|
static |
The default display mode.
This display mode is capable of scaling the image. Scaling however will result in additional CPU load.
In this mode, the bitmap rectangle will always be scaled to fit into the display rectangle.
In this mode(and in this mode only) overlay callbacks will be executed.
|
static |
The fastest display mode.
In this mode there will be no scaling and no overlay callbacks but it will operate with the lowest possible CPU load.
|
static |
Fullscreen (Exclusive) DirectDraw® mode.
This mode will use DirectDraw® exclusive mode for displaying the image.
In this mode, the bitmap rectangle will always be scaled to fit into the display rectangle.