public class LayerFilter extends AbstractPostProcessor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
merge |
static java.lang.String |
MERGED_LAYER_NAME |
static java.lang.String |
PROPERTY_MERGE_LAYERS |
static java.lang.String |
PROPERTY_REMOVE_LAYERS |
protected java.util.Set |
removableLayers |
properties| Constructor and Description |
|---|
LayerFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(DXFDocument doc,
java.util.Map context)
Postprocess the given DXFDocument
|
void |
setProperties(java.util.Map properties)
Set configuration properties of the component
|
getPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic static final java.lang.String PROPERTY_REMOVE_LAYERS
public static final java.lang.String PROPERTY_MERGE_LAYERS
public static final java.lang.String MERGED_LAYER_NAME
protected boolean merge
protected java.util.Set removableLayers
public void setProperties(java.util.Map properties)
ConfigurablesetProperties in interface ConfigurablesetProperties in class AbstractConfigurablepublic void process(DXFDocument doc, java.util.Map context) throws ProcessorException
PostProcessorProcessorException