public abstract class AbstractDXFStreamFilter extends java.lang.Object implements DXFStreamFilter
| Modifier and Type | Field and Description |
|---|---|
protected DXFHandler |
handler |
protected java.util.Map |
properties |
| Constructor and Description |
|---|
AbstractDXFStreamFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDXFHandler(DXFHandler handler)
The next DXFHandler in the chain.
|
void |
setProperties(java.util.Map properties)
Setup properties for the DXFStreamFilter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseGroupprotected java.util.Map properties
protected DXFHandler handler
public void setProperties(java.util.Map properties)
DXFStreamFiltersetProperties in interface DXFStreamFilterpublic void setDXFHandler(DXFHandler handler)
DXFStreamFiltersetDXFHandler in interface DXFStreamFilter