org.autopipes.dwg
Interface DwgRootType

All Known Subinterfaces:
DwgRoot
All Known Implementing Classes:
DwgRootImpl, DwgRootTypeImpl

public interface DwgRootType


Method Summary
 java.util.List getDwgEntity()
           
 CtDrawing getDwgHead()
           
 void setDwgHead(CtDrawing pDwgHead)
           
 

Method Detail

getDwgHead

CtDrawing getDwgHead()

setDwgHead

void setDwgHead(CtDrawing pDwgHead)

getDwgEntity

java.util.List getDwgEntity()