public class DXFEntitiesSectionHandler extends AbstractSectionHandler implements DXFSectionHandler, HandlerManager
| Modifier and Type | Field and Description |
|---|---|
static int |
ENTITY_START |
protected DXFEntityHandler |
handler |
protected java.util.Hashtable |
handlers |
protected boolean |
parseEntity |
doc| Constructor and Description |
|---|
DXFEntitiesSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDXFEntityHandler(DXFEntityHandler handler) |
void |
addHandler(Handler handler) |
protected void |
endEntity() |
void |
endSection() |
java.lang.String |
getSectionKey() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
releaseDXFDocument() |
void |
setDXFDocument(DXFDocument doc) |
void |
startSection() |
public static final int ENTITY_START
protected java.util.Hashtable handlers
protected DXFEntityHandler handler
protected boolean parseEntity
public java.lang.String getSectionKey()
getSectionKey in interface DXFSectionHandlerpublic void parseGroup(int groupCode,
DXFValue value)
parseGroup in interface DXFHandlerpublic void setDXFDocument(DXFDocument doc)
setDXFDocument in interface DXFSectionHandlersetDXFDocument in interface HandlersetDXFDocument in class AbstractSectionHandlerpublic void endSection()
endSection in interface DXFSectionHandlerpublic void startSection()
startSection in interface DXFSectionHandlerprotected void endEntity()
public void addDXFEntityHandler(DXFEntityHandler handler)
public void addHandler(Handler handler)
addHandler in interface HandlerManagerpublic void releaseDXFDocument()
releaseDXFDocument in interface Handler