Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static MinutiaType |
MinutiaType.fromInteger(int value)
Converts an integer to an enumeration object.
|
MinutiaType |
Minutia.getType() |
static MinutiaType |
MinutiaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinutiaType[] |
MinutiaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Minutia.setType(MinutiaType type) |
Constructor and Description |
---|
Minutia(int x,
int y,
int[] angles,
MinutiaType type,
boolean edited,
int quality)
Complete constructor
|