org.kabeja.processing
Class ImageFilter

java.lang.Object
  extended by org.kabeja.processing.AbstractConfigurable
      extended by org.kabeja.processing.AbstractPostProcessor
          extended by org.kabeja.processing.ImageFilter
All Implemented Interfaces:
Configurable, PostProcessor

public class ImageFilter
extends AbstractPostProcessor

Author:
Simon Mieth

Field Summary
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
ImageFilter()
           
 
Method Summary
 void process(DXFDocument doc, java.util.Map context)
          Postprocess the given DXFDocument
 
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.Configurable
getProperties, setProperties
 

Constructor Detail

ImageFilter

public ImageFilter()
Method Detail

process

public void process(DXFDocument doc,
                    java.util.Map context)
             throws ProcessorException
Description copied from interface: PostProcessor
Postprocess the given DXFDocument

Throws:
ProcessorException