de.jreality.writer
Class WriterJRS
java.lang.Object
de.jreality.writer.WriterJRS
- All Implemented Interfaces:
- SceneWriter
public class WriterJRS
- extends java.lang.Object
- implements SceneWriter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterJRS
public WriterJRS()
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