org.kabeja.processing
Class PolylineConverter
java.lang.Object
org.kabeja.processing.AbstractConfigurable
org.kabeja.processing.AbstractPostProcessor
org.kabeja.processing.PolylineConverter
- All Implemented Interfaces:
- Configurable, PostProcessor
public class PolylineConverter
- extends AbstractPostProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_POINT_DISTANCE
public static final java.lang.String PROPERTY_POINT_DISTANCE
- See Also:
- Constant Field Values
PolylineConverter
public PolylineConverter()
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
processLayer
protected void processLayer(DXFLayer layer)
checkDXFEntity
protected void checkDXFEntity(DXFEntity e,
Point start,
Point end)
cleanUp
protected void cleanUp(DXFLayer layer)
connectPolylineQueues
protected void connectPolylineQueues()
- Goes through all polylinequeues and connect them, if they have the same
start and end points.