Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static DirectionType |
DirectionType.fromInteger(int value)
Converts an integer between 0 and 10 to a image format.
|
DirectionType |
BiometricDisplayOptions.getDirectionType() |
static DirectionType |
DirectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectionType[] |
DirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BiometricDisplayOptions.setDirectionType(DirectionType directionType) |
Constructor and Description |
---|
BiometricDisplayOptions(boolean showMinutiae,
boolean showSegments,
boolean showDirection,
DirectionType directionType)
Parameterized constructor
|