org.kabeja.parser
Class AbstractSectionHandler

java.lang.Object
  extended by org.kabeja.parser.AbstractSectionHandler
All Implemented Interfaces:
DXFHandler, DXFSectionHandler, Handler
Direct Known Subclasses:
DXFEntitiesSectionHandler, DXFObjectsSectionHandler, DXFTableSectionHandler

public abstract class AbstractSectionHandler
extends java.lang.Object
implements DXFSectionHandler

Author:
Field Summary
protected  DXFDocument doc
           
 
Constructor Summary
AbstractSectionHandler()
           
 
Method Summary
 void setDXFDocument(DXFDocument doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kabeja.parser.DXFSectionHandler
endSection, getSectionKey, startSection
 
Methods inherited from interface org.kabeja.parser.Handler
releaseDXFDocument
 
Methods inherited from interface org.kabeja.parser.dxf.DXFHandler
parseGroup
 

Field Detail

doc

protected DXFDocument doc
Constructor Detail

AbstractSectionHandler

public AbstractSectionHandler()
Method Detail

setDXFDocument

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