public class DXFTableSectionHandler extends AbstractSectionHandler implements HandlerManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
sectionKey |
int |
TABLE_CODE |
static java.lang.String |
TABLE_END |
static java.lang.String |
TABLE_START |
doc| Constructor and Description |
|---|
DXFTableSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDXFTableHandler(DXFTableHandler handler) |
void |
addHandler(Handler handler) |
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 java.lang.String sectionKey
public static final java.lang.String TABLE_START
public static final java.lang.String TABLE_END
public final int TABLE_CODE
public java.lang.String getSectionKey()
getSectionKey in interface DXFSectionHandlerpublic void parseGroup(int groupCode,
DXFValue value)
parseGroup in interface DXFHandlerpublic void endSection()
endSection in interface DXFSectionHandlerpublic void startSection()
startSection in interface DXFSectionHandlerpublic void addHandler(Handler handler)
addHandler in interface HandlerManagerpublic void addDXFTableHandler(DXFTableHandler handler)
public void releaseDXFDocument()
releaseDXFDocument in interface Handler