org.kabeja.processing
Interface Configurable

All Known Subinterfaces:
PostProcessor, SAXFilter, SAXGenerator, SAXSerializer
All Known Implementing Classes:
AbstractConfigurable, AbstractPostProcessor, AbstractSAXFilter, AbstractSAXGenerator, AbstractSAXSerializer, AggregatorGenerator, BoundsDebugger, BoundsFilter, ConsoleSerializer, ImageFilter, LayerFilter, PolylineConverter, SAXPrettyOutputter, ViewFilter, ViewportFilter, VisibilityFilter

public interface Configurable


Method Summary
 java.util.Map getProperties()
          Get the configuration Properties of the component.
 void setProperties(java.util.Map properties)
          Set configuration properties of the component
 

Method Detail

setProperties

void setProperties(java.util.Map properties)
Set configuration properties of the component

Parameters:
properties -

getProperties

java.util.Map getProperties()
Get the configuration Properties of the component.

Returns: