Impact Acquire SDK Java
|
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. | |
Defines valid mirror modes.
These enumeration values may be 'ored' together.
|
static |
The resulting image will be flipped around a vertical axis.
|
static |
No Mirroring.
|
static |
The resulting image will be flipped around a horizontal axis.
|
static |
The resulting image will be both around a horizontal and vertical axis.