shout3d
Class Shout3DWriter

java.lang.Object
  |
  +--shout3d.Shout3DWriter

public class Shout3DWriter
extends java.lang.Object

Class that writes out a node and its subgraph in pseudo-vrml style.


Constructor Summary
Shout3DWriter()
          Constructs a new Shout3DWriter
 
Method Summary
 void write(Node root, java.io.PrintStream ps)
          Writes a description of the node, its subgraph and its fields, vrml-style to the given PrintStream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shout3DWriter

public Shout3DWriter()
Constructs a new Shout3DWriter
Method Detail

write

public void write(Node root,
                  java.io.PrintStream ps)
Writes a description of the node, its subgraph and its fields, vrml-style to the given PrintStream
Parameters:
root - the root of the scene to write
the - PrintStream in which to write.