Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static CaptureType |
CaptureType.fromInteger(int value)
Converts an integer between 0 and 10 to a image format.
|
CaptureType |
GBSFingerprint.getCaptureType(java.lang.String device)
Gets the capture type for the supplied fingerprint reader.
|
static CaptureType |
CaptureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CaptureType[] |
CaptureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GBSFingerprint.setCaptureType(CaptureType captureType)
Sets the automatic capture type for all fingerprint readers.
|