Impact Acquire SDK Java
TDisplayMode Class Reference

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.
 

Detailed Description

Defines valid display modes.

Member Data Documentation

◆ DM_DDrawOverlay

final int DM_DDrawOverlay = acquireJNI.DM_DDrawOverlay_get()
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.

◆ DM_Default

final int DM_Default = acquireJNI.DM_Default_get()
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.

◆ DM_Fastest

final int DM_Fastest = acquireJNI.DM_Fastest_get()
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.

◆ DM_FullScreen

final int DM_FullScreen = acquireJNI.DM_FullScreen_get()
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.