|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.morpho.morphosmart.sdk.TemplateList
public class TemplateList
This class contains a list of templates.
Constructor Summary | |
---|---|
TemplateList()
|
Method Summary | |
---|---|
TemplateFVP |
getFVPTemplate(int templateFVPIndex)
Retrieves a TemplateFVP content from the list. |
MorphoImage |
getImage(int imageIndex)
|
int |
getNbFVPTemplate()
|
int |
getNbTemplate()
|
Template |
getTemplate(int templateIndex)
Retrieves a Template content from the list. |
boolean |
isActivateFullImageRetrieving()
|
void |
putFVPTemplate(TemplateFVP templateFVP)
Add a TemplateFVP to the list. |
void |
putTemplate(Template template)
Add a Template to the list. |
void |
setActivateFullImageRetrieving(boolean activateFullImageRetrieving)
|
void |
setImage(MorphoImage morphoImage)
Add a MorphoImage to the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateList()
Method Detail |
---|
public void putTemplate(Template template)
template
- input Templatepublic void setImage(MorphoImage morphoImage)
morphoImage
- input MorphoImagepublic MorphoImage getImage(int imageIndex)
imageIndex
- MorphoImage index.
public int getNbTemplate()
public Template getTemplate(int templateIndex)
templateIndex
- Template index
public void putFVPTemplate(TemplateFVP templateFVP)
templateFVP
- input TemplateFVPpublic int getNbFVPTemplate()
public TemplateFVP getFVPTemplate(int templateFVPIndex)
templateFVPIndex
- TemplateFVP index
public boolean isActivateFullImageRetrieving()
public void setActivateFullImageRetrieving(boolean activateFullImageRetrieving)
activateFullImageRetrieving
- The flag "activate Full Image Retrieving" status to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |