it.eng.spagobi.engines.geo.map.renderer.configurator
Class AbstractMapRendererConfigurator

java.lang.Object
  extended by it.eng.spagobi.engines.geo.map.renderer.configurator.AbstractMapRendererConfigurator

public class AbstractMapRendererConfigurator
extends java.lang.Object

The Class AbstractMapRendererConfigurator.

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

Field Summary
static org.apache.log4j.Logger logger
          Logger component.
 
Constructor Summary
AbstractMapRendererConfigurator()
           
 
Method Summary
static void addSettings(java.util.Map settingsMap, java.util.List params)
           
static void configure(AbstractMapRenderer abstractMapRenderer, java.lang.Object conf)
          Configure.
static java.util.Map getLabelProducers(it.eng.spago.base.SourceBean labelsConfigurationSB)
          Gets the label producers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Logger component.

Constructor Detail

AbstractMapRendererConfigurator

public AbstractMapRendererConfigurator()
Method Detail

configure

public static void configure(AbstractMapRenderer abstractMapRenderer,
                             java.lang.Object conf)
                      throws GeoEngineException
Configure.

Parameters:
abstractMapRenderer - the abstract map renderer
conf - the conf
Throws:
GeoEngineException - the geo engine exception

getLabelProducers

public static java.util.Map getLabelProducers(it.eng.spago.base.SourceBean labelsConfigurationSB)
Gets the label producers.

Parameters:
labelsConfigurationSB - the labels configuration sb
Returns:
the label producers

addSettings

public static void addSettings(java.util.Map settingsMap,
                               java.util.List params)