public interface SceneWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write(SceneGraphNode cmp,
OutputStream out) |
void |
writeScene(JrScene scene,
OutputStream out) |
void |
writeScene(JrScene scene,
Writer out) |
void writeScene(JrScene scene, OutputStream out) throws IOException
IOExceptionvoid writeScene(JrScene scene, Writer out) throws IOException, UnsupportedOperationException
void write(SceneGraphNode cmp, OutputStream out) throws IOException
IOException