SecuGen.FDxSDKPro.jni
Class SGFingerPosition

java.lang.Object
  extended by SecuGen.FDxSDKPro.jni.SGFingerPosition

public abstract class SGFingerPosition
extends java.lang.Object

This class contains fingerprint finger position constants that are used by the SecuGen.FDxSDKPro.jni package.


Field Summary
static int SG_FINGPOS_LI
          Left index finger
static int SG_FINGPOS_LL
          Left little finger
static int SG_FINGPOS_LM
          Left middle finger
static int SG_FINGPOS_LR
          Left ring finger
static int SG_FINGPOS_LT
          Left thumb
static int SG_FINGPOS_RI
          Right index finger
static int SG_FINGPOS_RL
          Right little finger
static int SG_FINGPOS_RM
          Right middle finger
static int SG_FINGPOS_RR
          Right ring finger
static int SG_FINGPOS_RT
          Right thumb
static int SG_FINGPOS_UK
          Unknown finger
 
Constructor Summary
SGFingerPosition()
          This is an abstract class and cannot be instantiated.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SG_FINGPOS_UK

public static final int SG_FINGPOS_UK
Unknown finger

See Also:
Constant Field Values

SG_FINGPOS_RT

public static final int SG_FINGPOS_RT
Right thumb

See Also:
Constant Field Values

SG_FINGPOS_RI

public static final int SG_FINGPOS_RI
Right index finger

See Also:
Constant Field Values

SG_FINGPOS_RM

public static final int SG_FINGPOS_RM
Right middle finger

See Also:
Constant Field Values

SG_FINGPOS_RR

public static final int SG_FINGPOS_RR
Right ring finger

See Also:
Constant Field Values

SG_FINGPOS_RL

public static final int SG_FINGPOS_RL
Right little finger

See Also:
Constant Field Values

SG_FINGPOS_LT

public static final int SG_FINGPOS_LT
Left thumb

See Also:
Constant Field Values

SG_FINGPOS_LI

public static final int SG_FINGPOS_LI
Left index finger

See Also:
Constant Field Values

SG_FINGPOS_LM

public static final int SG_FINGPOS_LM
Left middle finger

See Also:
Constant Field Values

SG_FINGPOS_LR

public static final int SG_FINGPOS_LR
Left ring finger

See Also:
Constant Field Values

SG_FINGPOS_LL

public static final int SG_FINGPOS_LL
Left little finger

See Also:
Constant Field Values
Constructor Detail

SGFingerPosition

public SGFingerPosition()
This is an abstract class and cannot be instantiated.