public class ParametriLegenda
extends java.lang.Object
| Constructor and Description | 
|---|
ParametriLegenda()
Costruttore 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCategory(ParametriLegendaCategoria p)
Metodo per aggiungere una categoria 
 | 
java.util.List<ParametriLegendaLayer> | 
allLayersList()  | 
ParametriLegendaLayer | 
findByCodTPN(int codTPN)
Restituisce l'oggetto parametri relativo al layer con il codTPN passato. 
 | 
java.util.List<java.lang.String> | 
getAllGroupsList()
Metodo per recuperare l'elenco di tutti i layer contenuti 
 | 
ParametriLegendaCategoria | 
getCategoria(java.lang.String catIdx)
Restitusce ParametriLegendaCategoria relativo all'indice passato (tenendo conto delle categorie annidate) 
 | 
java.util.ArrayList<ParametriLegendaCategoria> | 
getCategoryList()
Getter lista delle categorie 
 | 
java.lang.Boolean | 
getConIcone()  | 
java.util.List<java.lang.String> | 
getDefaultGroupList()
Metodo per ottenere l'elenco di tutti i layer accesi all'avvio 
 | 
java.util.List<java.lang.String> | 
getDefaultGroupStyleList()
Metodo per ottenere l'elenco degli stili corrispondenti ad i layer accesi all'avvio 
 | 
java.lang.Boolean | 
getMutualExclusiveCategories()  | 
java.lang.Boolean | 
getSingleClass()  | 
void | 
setCategoryList(java.util.ArrayList<ParametriLegendaCategoria> categoryList)  | 
void | 
setConIcone(java.lang.Boolean conIcone)  | 
void | 
setMutualExclusiveCategories(java.lang.Boolean mutualExclusiveCategories)  | 
void | 
setSingleClass(java.lang.Boolean singleClass)  | 
public java.util.ArrayList<ParametriLegendaCategoria> getCategoryList()
public void addCategory(ParametriLegendaCategoria p)
p - public java.util.List<java.lang.String> getAllGroupsList()
public java.util.List<ParametriLegendaLayer> allLayersList()
public java.util.List<java.lang.String> getDefaultGroupList()
public java.util.List<java.lang.String> getDefaultGroupStyleList()
public ParametriLegendaCategoria getCategoria(java.lang.String catIdx)
catIdx - public java.lang.Boolean getConIcone()
public void setConIcone(java.lang.Boolean conIcone)
conIcone - the conIcone to setpublic void setCategoryList(java.util.ArrayList<ParametriLegendaCategoria> categoryList)
categoryList - the categoryList to setpublic ParametriLegendaLayer findByCodTPN(int codTPN)
codTPN - codTPN del layer da trovarepublic java.lang.Boolean getSingleClass()
public void setSingleClass(java.lang.Boolean singleClass)
public java.lang.Boolean getMutualExclusiveCategories()
public void setMutualExclusiveCategories(java.lang.Boolean mutualExclusiveCategories)
mutualExclusiveCategories - the mutualExclusiveCategories to set