org.kabeja.processing
Class ViewportFilter

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

public class ViewportFilter
extends AbstractPostProcessor

Author:
Simon Mieth

Field Summary
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
ViewportFilter()
           
 
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
 

Constructor Detail

ViewportFilter

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