public class WriterJRS extends Object implements SceneWriter
| Constructor and Description |
|---|
WriterJRS() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SceneGraphNode node,
OutputStream out) |
void |
write(SceneGraphNode node,
Writer out) |
void |
writeScene(JrScene scene,
OutputStream out) |
void |
writeScene(JrScene scene,
Writer out) |
public void writeScene(JrScene scene, OutputStream out) throws IOException
writeScene in interface SceneWriterIOExceptionpublic void writeScene(JrScene scene, Writer out) throws IOException
writeScene in interface SceneWriterIOExceptionpublic void write(SceneGraphNode node, OutputStream out) throws IOException
write in interface SceneWriterIOExceptionpublic void write(SceneGraphNode node, Writer out) throws IOException
IOException