net.sourceforge.arbaro.export
Class PovSceneExporter

java.lang.Object
  extended bynet.sourceforge.arbaro.export.Exporter
      extended bynet.sourceforge.arbaro.export.PovSceneExporter

public class PovSceneExporter
extends Exporter

Creates a Povray scene file with the rendered tree included.


Field Summary
 
Fields inherited from class net.sourceforge.arbaro.export.Exporter
progress, tree, w
 
Constructor Summary
PovSceneExporter(Tree tree, java.io.PrintWriter pw)
           
 
Method Summary
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PovSceneExporter

public PovSceneExporter(Tree tree,
                        java.io.PrintWriter pw)
Parameters:
pw -
Method Detail

write

public void write()
           throws net.sourceforge.arbaro.export.ExportError
Specified by:
write in class Exporter
Throws:
net.sourceforge.arbaro.export.ExportError