Interfaces
  Interface Description
  IEdgeRenderer Defines an object that knows how to draw the edges between 2 items in a SpringGraph.
  IViewFactory Defines an object that knows how to create views for Items.
Classes
  Class Description
  Graph A Graph is a collection of items that can be linked to each other.
  Item The base class for all Graph items.
  Roamer An extension to SpringGraph that restricts the visible items to a subset of the full graph.
  SpringGraph The SpringGraph component displays a set of objects, using a force-directed layout algorithm to position the objects.