public class DXFObjectsSectionHandler extends AbstractSectionHandler implements HandlerManager
| Modifier and Type | Field and Description |
|---|---|
static int |
OBJECT_START |
doc| Constructor and Description |
|---|
DXFObjectsSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(Handler handler) |
protected void |
endObject() |
void |
endSection() |
java.lang.String |
getSectionKey() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
releaseDXFDocument() |
void |
startSection() |
setDXFDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetDXFDocumentpublic static final int OBJECT_START
public void endSection()
endSection in interface DXFSectionHandlerpublic java.lang.String getSectionKey()
getSectionKey in interface DXFSectionHandlerpublic void parseGroup(int groupCode,
DXFValue value)
parseGroup in interface DXFHandlerpublic void startSection()
startSection in interface DXFSectionHandlerpublic void releaseDXFDocument()
releaseDXFDocument in interface Handlerpublic void addHandler(Handler handler)
addHandler in interface HandlerManagerprotected void endObject()