org.kabeja.processing
Class VisibilityFilter

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

public class VisibilityFilter
extends AbstractPostProcessor

This postprocessor remove all invisible entities and layers.

Author:
Simon Mieth

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

VisibilityFilter

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

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