org.kabeja.processing
Interface PostProcessor
- All Superinterfaces:
- Configurable
- All Known Implementing Classes:
- AbstractPostProcessor, BoundsDebugger, BoundsFilter, ImageFilter, LayerFilter, PolylineConverter, ViewFilter, ViewportFilter, VisibilityFilter
public interface PostProcessor
- extends Configurable
This interface describes a PostPorcessor, which will work direct with
parsed CAD data.
Lifecycle
- setProperties()
- process()
- Author:
- Simon Mieth
Method Summary |
void |
process(DXFDocument doc,
java.util.Map context)
Postprocess the given DXFDocument |
process
void process(DXFDocument doc,
java.util.Map context)
throws ProcessorException
- Postprocess the given DXFDocument
- Parameters:
doc
- context
-
- Throws:
ProcessorException