Package org.xistrat.util.d3.vrmlgraph

Class Summary
Edge The Edge class acts as an object that holds a reference to the two nodes that it connects.
GraphData The class used to store 3-D graph data.
GraphFileInputParser An instance of this class can be used to parse a text file that contains a description of connected nodes.
Node The Node class acts as an object to store information about nodes.
NodeMover An instance of this class can be used to perform 3-D spring embedding on the GraphData that is passed via its constructor.
TextLayout This class contains layout methods for outputting text
TextOutput This class is used to create a text file representation of the current contents of the GraphData object that was passed via its constructor
ViewCenterer A class used for centering a graph about the origin
VRMLLayout This class contains layout methods for outputting VRML
VRMLOutput This class is used to output a VRML representation of the currently stored GraphData object.