it.eng.spagobi.engines.geo.map.renderer
Class AbstractLabelProducer

java.lang.Object
  extended by it.eng.spagobi.engines.geo.map.renderer.AbstractLabelProducer
All Implemented Interfaces:
ILabelProducer
Direct Known Subclasses:
DateLabelProducer, QueryLabelProducer

public abstract class AbstractLabelProducer
extends java.lang.Object
implements ILabelProducer

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

Constructor Summary
AbstractLabelProducer()
           
 
Method Summary
 java.util.Map getSettings()
           
 void init(it.eng.spago.base.SourceBean conf)
          Inits the.
 void setSettings(java.util.Map settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spagobi.engines.geo.map.renderer.ILabelProducer
getLabel
 

Constructor Detail

AbstractLabelProducer

public AbstractLabelProducer()
Method Detail

init

public void init(it.eng.spago.base.SourceBean conf)
Description copied from interface: ILabelProducer
Inits the.

Specified by:
init in interface ILabelProducer
Parameters:
conf - the conf

getSettings

public java.util.Map getSettings()
Specified by:
getSettings in interface ILabelProducer

setSettings

public void setSettings(java.util.Map settings)