org.kabeja.parser
Class DXFHeaderSectionHandler

java.lang.Object
  extended by org.kabeja.parser.DXFHeaderSectionHandler
All Implemented Interfaces:
DXFHandler, DXFSectionHandler, Handler

public class DXFHeaderSectionHandler
extends java.lang.Object
implements DXFSectionHandler

Author:
Field Summary
static int VARIABLE_CODE
           
 
Constructor Summary
DXFHeaderSectionHandler()
           
 
Method Summary
 void endSection()
           
 java.lang.String getSectionKey()
           
 void parseGroup(int groupCode, DXFValue value)
           
 void releaseDXFDocument()
           
 void setDXFDocument(DXFDocument doc)
           
 void startSection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VARIABLE_CODE

public static final int VARIABLE_CODE
See Also:
Constant Field Values
Constructor Detail

DXFHeaderSectionHandler

public DXFHeaderSectionHandler()
Method Detail

getSectionKey

public java.lang.String getSectionKey()
Specified by:
getSectionKey in interface DXFSectionHandler

setDXFDocument

public void setDXFDocument(DXFDocument doc)
Specified by:
setDXFDocument in interface DXFSectionHandler
Specified by:
setDXFDocument in interface Handler

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

releaseDXFDocument

public void releaseDXFDocument()
Specified by:
releaseDXFDocument in interface Handler