org.kabeja.processing
Class AbstractPostProcessor

java.lang.Object
  extended by org.kabeja.processing.AbstractConfigurable
      extended by org.kabeja.processing.AbstractPostProcessor
All Implemented Interfaces:
Configurable, PostProcessor
Direct Known Subclasses:
BoundsDebugger, BoundsFilter, ImageFilter, LayerFilter, PolylineConverter, ViewFilter, ViewportFilter, VisibilityFilter

public abstract class AbstractPostProcessor
extends AbstractConfigurable
implements PostProcessor


Field Summary
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
AbstractPostProcessor()
           
 
Method Summary
 
Methods inherited from class org.kabeja.processing.AbstractConfigurable
getProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kabeja.processing.PostProcessor
process
 
Methods inherited from interface org.kabeja.processing.Configurable
getProperties, setProperties
 

Constructor Detail

AbstractPostProcessor

public AbstractPostProcessor()