com.partnersoft.formats.dxf
Class DxfStructureWriter

java.lang.Object
  extended by com.partnersoft.formats.dxf.DxfStructureWriter

public class DxfStructureWriter
extends java.lang.Object

Writes DxfStructures.

Copyright 2006 Partner Software, Inc.

Version:
$Id: DxfStructureWriter.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis

Constructor Summary
DxfStructureWriter(DxfGroupWriter groupWriter)
           
 
Method Summary
 void close()
           
 DxfVersion getVersion()
           
 void setVersion(DxfVersion version)
           
 void writeStructure(DxfStructure structure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxfStructureWriter

public DxfStructureWriter(DxfGroupWriter groupWriter)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

writeStructure

public void writeStructure(DxfStructure structure)
                    throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

getVersion

public DxfVersion getVersion()

setVersion

public void setVersion(DxfVersion version)