Module com.machinezoo.fingerprintio
Class Ansi378v2009CountExtension
- java.lang.Object
-
- com.machinezoo.fingerprintio.ansi378v2009.Ansi378v2009CountExtension
-
-
Field Summary
Fields Modifier and Type Field Description List<Ansi378v2009CountEdge>
edges
List of edges (EDGEDEF).Ansi378v2009CountType
type
Edge picking method (STARTYPE).
-
Constructor Summary
Constructors Constructor Description Ansi378v2009CountExtension()
Creates new ridge count extension (RCOUNTEXT).
-
-
-
Field Detail
-
type
public Ansi378v2009CountType type
Edge picking method (STARTYPE). Defaults toAnsi378v2009CountType.CUSTOM
.
-
edges
public List<Ansi378v2009CountEdge> edges
List of edges (EDGEDEF).
-
-
Constructor Detail
-
Ansi378v2009CountExtension
public Ansi378v2009CountExtension()
Creates new ridge count extension (RCOUNTEXT).
-
-