public class NativeBiometricDisplayColors
extends com.sun.jna.Structure
NativeBiometricDisplayColors class
Modifier and Type | Class and Description |
---|---|
static class |
NativeBiometricDisplayColors.ByReference
NativeVerifyParameters.ByReference class
|
static class |
NativeBiometricDisplayColors.ByValue
NativeVerifyParameters.ByValue class
|
Modifier and Type | Field and Description |
---|---|
int |
direction
Direction colors
|
int |
matchedDirection
Matched Direction colors
|
int |
matchedMinutiae
Matched Minutiae colors
|
int |
matchedSegment
Matched Segment colors
|
int |
minutiae
Minutiae colors
|
int |
segment
Segment colors
|
Constructor and Description |
---|
NativeBiometricDisplayColors()
Default constructor
|
NativeBiometricDisplayColors(BiometricDisplayColors colors)
Deep copy constructor
|
NativeBiometricDisplayColors(com.sun.jna.Pointer p)
Structure constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Gets direction colors
|
int |
getMatchedDirection()
Gets Matched direction colors
|
int |
getMatchedMinutiae()
Gets Matched Minutiae colors
|
int |
getMatchedSegment()
Gets Matched Segment colors
|
int |
getMinutiae()
Gets Minutiae colors
|
int |
getSegment()
Gets Segment colors
|
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 int minutiae
Minutiae colors
public int matchedMinutiae
Matched Minutiae colors
public int segment
Segment colors
public int matchedSegment
Matched Segment colors
public int direction
Direction colors
public int matchedDirection
Matched Direction colors
public NativeBiometricDisplayColors()
Default constructor
public NativeBiometricDisplayColors(BiometricDisplayColors colors)
Deep copy constructor
colors
- public NativeBiometricDisplayColors(com.sun.jna.Pointer p)
Structure constructor
p
- public int getMinutiae()
Gets Minutiae colors
public int getMatchedMinutiae()
Gets Matched Minutiae colors
public int getSegment()
Gets Segment colors
public int getMatchedSegment()
Gets Matched Segment colors
public int getDirection()
Gets direction colors
public int getMatchedDirection()
Gets Matched direction colors