com.vwp.j3d.loaders.DXF
Class DxfDocument

java.lang.Object
  extended by com.vwp.j3d.loaders.DXF.DxfDocument

public final class DxfDocument
extends Object


Method Summary
 DxfBlock getBlock(String name)
           
static DxfDocument openDocument(byte[] buffer, DXFObjects DXFObj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openDocument

public static DxfDocument openDocument(byte[] buffer,
                                       DXFObjects DXFObj)
                                throws DxfReaderException
Throws:
DxfReaderException

getBlock

public DxfBlock getBlock(String name)