Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sectionKey
public static final java.lang.String sectionKey
- See Also:
- Constant Field Values
TABLE_START
public static final java.lang.String TABLE_START
- See Also:
- Constant Field Values
TABLE_END
public static final java.lang.String TABLE_END
- See Also:
- Constant Field Values
TABLE_CODE
public final int TABLE_CODE
- See Also:
- Constant Field Values
DXFTableSectionHandler
public DXFTableSectionHandler()
getSectionKey
public java.lang.String getSectionKey()
- Specified by:
getSectionKey
in interface DXFSectionHandler
parseGroup
public void parseGroup(int groupCode,
DXFValue value)
- Specified by:
parseGroup
in interface DXFHandler
endSection
public void endSection()
- Specified by:
endSection
in interface DXFSectionHandler
startSection
public void startSection()
- Specified by:
startSection
in interface DXFSectionHandler
addHandler
public void addHandler(Handler handler)
- Specified by:
addHandler
in interface HandlerManager
addDXFTableHandler
public void addDXFTableHandler(DXFTableHandler handler)
releaseDXFDocument
public void releaseDXFDocument()
- Specified by:
releaseDXFDocument
in interface Handler