public class DXFHeaderSectionHandler extends java.lang.Object implements DXFSectionHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
VARIABLE_CODE |
| Constructor and Description |
|---|
DXFHeaderSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endSection() |
java.lang.String |
getSectionKey() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
releaseDXFDocument() |
void |
setDXFDocument(DXFDocument doc) |
void |
startSection() |
public static final int VARIABLE_CODE
public java.lang.String getSectionKey()
getSectionKey in interface DXFSectionHandlerpublic void setDXFDocument(DXFDocument doc)
setDXFDocument in interface DXFSectionHandlersetDXFDocument in interface Handlerpublic void parseGroup(int groupCode,
DXFValue value)
parseGroup in interface DXFHandlerpublic void endSection()
endSection in interface DXFSectionHandlerpublic void startSection()
startSection in interface DXFSectionHandlerpublic void releaseDXFDocument()
releaseDXFDocument in interface Handler