org.kabeja.processing
Class BoundsDebugger

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

public class BoundsDebugger
extends AbstractPostProcessor

Author:
Simon Mieth

Field Summary
static java.lang.String LAYER_NAME
           
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
BoundsDebugger()
           
 
Method Summary
protected  void addBounds(Bounds bounds, DXFDocument doc, int color, java.lang.String type)
           
 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

LAYER_NAME

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

BoundsDebugger

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

addBounds

protected void addBounds(Bounds bounds,
                         DXFDocument doc,
                         int color,
                         java.lang.String type)

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