org.kabeja.processing
Class ViewFilter

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

public class ViewFilter
extends AbstractPostProcessor

Author:
Simon Mieth

Field Summary
static java.lang.String CONTEXT_OPTION_VIEW_NAME
           
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
ViewFilter()
           
 
Method Summary
protected  void filterEntities(Bounds b, DXFDocument doc)
           
 void process(DXFDocument doc, java.util.Map context)
          Postprocess the given DXFDocument
 void setProperties(java.util.Map properties)
          Set configuration properties of the component
 
Methods inherited from class org.kabeja.processing.AbstractConfigurable
getProperties
 
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
 

Field Detail

CONTEXT_OPTION_VIEW_NAME

public static final java.lang.String CONTEXT_OPTION_VIEW_NAME
See Also:
Constant Field Values
Constructor Detail

ViewFilter

public ViewFilter()
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

filterEntities

protected void filterEntities(Bounds b,
                              DXFDocument doc)

setProperties

public void setProperties(java.util.Map properties)
Description copied from interface: Configurable
Set configuration properties of the component

Specified by:
setProperties in interface Configurable
Overrides:
setProperties in class AbstractConfigurable