public class BiometricDisplayOptions
extends java.lang.Object
Constructor and Description |
---|
BiometricDisplayOptions()
Default constructor
|
BiometricDisplayOptions(boolean showMinutiae,
boolean showSegments,
boolean showDirection,
DirectionType directionType)
Parameterized constructor
|
Modifier and Type | Method and Description |
---|---|
DirectionType |
getDirectionType() |
void |
setDirectionType(DirectionType directionType) |
void |
setShowDirection(boolean showDirection) |
void |
setShowMinutiae(boolean showMinutiae) |
void |
setShowSegments(boolean showSegments) |
boolean |
showDirection() |
boolean |
showMinutiae() |
boolean |
showSegments() |
public BiometricDisplayOptions()
Default constructor
public BiometricDisplayOptions(boolean showMinutiae, boolean showSegments, boolean showDirection, DirectionType directionType)
Parameterized constructor
showMinutiae
- showSegments
- showDirection
- directionType
- public boolean showMinutiae()
public void setShowMinutiae(boolean showMinutiae)
public boolean showSegments()
public void setShowSegments(boolean showSegments)
public boolean showDirection()
public void setShowDirection(boolean showDirection)
public DirectionType getDirectionType()
public void setDirectionType(DirectionType directionType)