it.eng.spagobi.engines.geo.map.renderer
Interface ILabelProducer

All Known Implementing Classes:
AbstractLabelProducer, DateLabelProducer, QueryLabelProducer

public interface ILabelProducer

The Interface LabelProducer.

Author:
Andrea Gioia (andrea.gioia@eng.it)

Method Summary
 java.lang.String getLabel()
          Gets the label.
 java.util.Map getSettings()
           
 void init(it.eng.spago.base.SourceBean conf)
          Inits the.
 

Method Detail

init

void init(it.eng.spago.base.SourceBean conf)
Inits the.

Parameters:
conf - the conf

getLabel

java.lang.String getLabel()
Gets the label.

Returns:
the label

getSettings

java.util.Map getSettings()