org.kabeja.parser
Interface DXFSectionHandler

All Superinterfaces:
DXFHandler, Handler
All Known Implementing Classes:
AbstractSectionHandler, DXFBlocksSectionHandler, DXFEntitiesSectionHandler, DXFHeaderSectionHandler, DXFObjectsSectionHandler, DXFTableSectionHandler

public interface DXFSectionHandler
extends Handler, DXFHandler

This interface descripe a Section Handler, which should handle a SECTION block.

Lifecycle

  1. setDXFDocument
  2. startSection
  3. parseGroup (multiple)
  4. endSection
  5. Author:
    Method Summary
     void endSection()
               
     java.lang.String getSectionKey()
               
     void setDXFDocument(DXFDocument doc)
               
     void startSection()
               
     
    Methods inherited from interface org.kabeja.parser.Handler
    releaseDXFDocument
     
    Methods inherited from interface org.kabeja.parser.dxf.DXFHandler
    parseGroup
     

    Method Detail

    getSectionKey

    java.lang.String getSectionKey()

    setDXFDocument

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

    startSection

    void startSection()

    endSection

    void endSection()