Package diva.graph

Class SimpleGraphController

  • All Implemented Interfaces:
    GraphController
    Direct Known Subclasses:
    BasicGraphController

    public abstract class SimpleGraphController
    extends AbstractGraphController
    A simple graph controller, which works well if all nodes have the same interaction, and all edges have the same interaction. It defers the node related methods to a node controller, the edge related methods to an edge controller. For more complex visualizations that use multiple kinds of nodes, use CompositeGraphController instead.
    Version:
    $Id$
    Author:
    Steve Neuendorffer
    Pt.AcceptedRating:
    Red