de.jreality.writer
Interface SceneWriter

All Known Implementing Classes:
WriterJRS, WriterU3D

public interface SceneWriter


Method Summary
 void write(SceneGraphNode cmp, OutputStream out)
           
 void writeScene(JrScene scene, OutputStream out)
           
 void writeScene(JrScene scene, Writer out)
           
 

Method Detail

writeScene

void writeScene(JrScene scene,
                OutputStream out)
                throws IOException
Throws:
IOException

writeScene

void writeScene(JrScene scene,
                Writer out)
                throws IOException,
                       UnsupportedOperationException
Throws:
IOException
UnsupportedOperationException

write

void write(SceneGraphNode cmp,
           OutputStream out)
           throws IOException
Throws:
IOException