|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.morpho.morphosmart.sdk.Template
public class Template
This class represent the finger template used or generated during a
Capture
/Enroll
/Verify
/Identify
operation.
Constructor Summary | |
---|---|
Template()
|
Method Summary | |
---|---|
byte[] |
getData()
Retrieve data of the current template object. |
int |
getDataIndex()
Retrieve data index of the current template object. |
TemplateFVPType |
getTemplateFVPType()
Retrieve type of the current TemplateFVP . |
int |
getTemplateQuality()
Retrieve quality of the current template object. |
TemplateType |
getTemplateType()
Retrieve type of the current Template object. |
void |
setData(byte[] data)
Set data of the current template object. |
void |
setDataIndex(int dataIndex)
Set data index of the current template object. |
void |
setTemplateFVPType(int id)
Set the type of the current TemplateFVP object. |
void |
setTemplateFVPType(TemplateFVPType templateFVPType)
Set the type of the current TemplateFVP object. |
void |
setTemplateQuality(int templateQuality)
Set quality of the current template object. |
void |
setTemplateType(int id)
Set the type of the current Template object |
void |
setTemplateType(TemplateType templateType)
Set the type of the current Template object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Template()
Method Detail |
---|
public byte[] getData()
public void setData(byte[] data)
data
- input datapublic int getDataIndex()
public void setDataIndex(int dataIndex)
dataIndex
- input data indexpublic int getTemplateQuality()
public void setTemplateQuality(int templateQuality)
templateQuality
- input qualitypublic TemplateType getTemplateType()
public TemplateFVPType getTemplateFVPType()
TemplateFVP
.
TemplateFVP
objectpublic void setTemplateType(TemplateType templateType)
templateType
- the TemplateType to setpublic void setTemplateFVPType(TemplateFVPType templateFVPType)
TemplateFVP
object.
templateFVPType
- the TemplateFVPType to setpublic void setTemplateType(int id)
id
- identifier of a TemplateTypepublic void setTemplateFVPType(int id)
TemplateFVP
object.
id
- identifier of a TemplateFVPType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |