net.sourceforge.arbaro.export
Interface Exporter

All Known Implementing Classes:
ShieldedExporter, ShieldedGUIExporter

public interface Exporter

Base class for tree output to 3D-formats like Povray, DXF and Wavefront OBJ file formats

Author:
Wolfram Diestel

Method Summary
 java.io.PrintWriter getWriter()
           
 void write(java.io.PrintWriter w, Progress progress)
           
 

Method Detail

write

void write(java.io.PrintWriter w,
           Progress progress)

getWriter

java.io.PrintWriter getWriter()