public class WriterBlender extends Object implements SceneWriter
| Constructor and Description |
|---|
WriterBlender() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SceneGraphNode c,
OutputStream 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, UnsupportedOperationException
writeScene in interface SceneWriterIOExceptionUnsupportedOperationExceptionpublic void write(SceneGraphNode c, OutputStream out) throws IOException
write in interface SceneWriterIOException