public class NativeMinutia
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeMinutia.ByReference
ByReference jna class
|
static class |
NativeMinutia.ByValue
Native Minutia passed to the native layer by value
|
Modifier and Type | Field and Description |
---|---|
short[] |
angles
Angles
|
byte |
edited
Edited
|
byte |
quality
Quality
|
int |
type
Type
|
short |
x
X coordinate
|
short |
y
Y coordinate
|
Constructor and Description |
---|
NativeMinutia()
Default Constructor
|
NativeMinutia(com.sun.jna.Pointer p)
Structure Constructor
|
NativeMinutia(short x,
short y,
short[] angles,
int type,
boolean edited,
byte quality)
Complete constructor
|
Modifier and Type | Method and Description |
---|---|
short[] |
getAngles() |
byte |
getQuality() |
int |
getType() |
short |
getX() |
short |
getY() |
boolean |
isEdited() |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public short x
X coordinate
public short y
Y coordinate
public short[] angles
Angles
public int type
Type
public byte edited
Edited
public byte quality
Quality
public NativeMinutia()
Default Constructor
public NativeMinutia(com.sun.jna.Pointer p)
Structure Constructor
p
- public NativeMinutia(short x, short y, short[] angles, int type, boolean edited, byte quality)
Complete constructor
x
- y
- angles
- type
- edited
- quality
-