Impact Acquire SDK Java
TMirrorMode Class Reference

Defines valid mirror modes. More...

Static Public Attributes

static final int mmLeftRight = acquireJNI.mmLeftRight_get()
 The resulting image will be flipped around a vertical axis.
 
static final int mmOff = acquireJNI.mmOff_get()
 No Mirroring.
 
static final int mmTopDown = acquireJNI.mmTopDown_get()
 The resulting image will be flipped around a horizontal axis.
 
static final int mmTopDownAndLeftRight = acquireJNI.mmTopDownAndLeftRight_get()
 The resulting image will be both around a horizontal and vertical axis.
 

Detailed Description

Defines valid mirror modes.

These enumeration values may be 'ored' together.

Member Data Documentation

◆ mmLeftRight

final int mmLeftRight = acquireJNI.mmLeftRight_get()
static

The resulting image will be flipped around a vertical axis.

◆ mmOff

final int mmOff = acquireJNI.mmOff_get()
static

No Mirroring.

◆ mmTopDown

final int mmTopDown = acquireJNI.mmTopDown_get()
static

The resulting image will be flipped around a horizontal axis.

◆ mmTopDownAndLeftRight

final int mmTopDownAndLeftRight = acquireJNI.mmTopDownAndLeftRight_get()
static

The resulting image will be both around a horizontal and vertical axis.