de.jreality.writer
Class WriterJRS

java.lang.Object
  extended by de.jreality.writer.WriterJRS
All Implemented Interfaces:
SceneWriter

public class WriterJRS
extends java.lang.Object
implements SceneWriter


Constructor Summary
WriterJRS()
           
 
Method Summary
 void write(SceneGraphNode node, java.io.OutputStream out)
           
 void write(SceneGraphNode node, java.io.Writer out)
           
 void writeScene(JrScene scene, java.io.OutputStream out)
           
 void writeScene(JrScene scene, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterJRS

public WriterJRS()
Method Detail

writeScene

public void writeScene(JrScene scene,
                       java.io.OutputStream out)
                throws java.io.IOException
Specified by:
writeScene in interface SceneWriter
Throws:
java.io.IOException

writeScene

public void writeScene(JrScene scene,
                       java.io.Writer out)
                throws java.io.IOException
Specified by:
writeScene in interface SceneWriter
Throws:
java.io.IOException

write

public void write(SceneGraphNode node,
                  java.io.OutputStream out)
           throws java.io.IOException
Specified by:
write in interface SceneWriter
Throws:
java.io.IOException

write

public void write(SceneGraphNode node,
                  java.io.Writer out)
           throws java.io.IOException
Throws:
java.io.IOException