diva.graph.basic
Class BubbleGraphDemo

java.lang.Object
  extended by diva.graph.basic.BubbleGraphDemo

public class BubbleGraphDemo
extends java.lang.Object

Another graph demo. This uses a different rendering strategy for the same graph model as the BasicGraphDemo. Nodes are rendered as round bubble and edges are rendered as curved arcs.

Version:
$Id: BubbleGraphDemo.java 40344 2005-12-30 04:22:31Z cxh $
Author:
Michael Shilman, Steve Neuendorffer
Accepted Rating:
Red

Constructor Summary
BubbleGraphDemo(AppContext context)
          Construct a new instance of the graph demo in a particular context.
 
Method Summary
static void main(java.lang.String[] argv)
          Construct a new instance of graph demo, which does the work of setting up the graphs and displaying itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleGraphDemo

public BubbleGraphDemo(AppContext context)
Construct a new instance of the graph demo in a particular context.

Parameters:
context - The context in which the demo is constructed.
Method Detail

main

public static void main(java.lang.String[] argv)
Construct a new instance of graph demo, which does the work of setting up the graphs and displaying itself.

Parameters:
argv - Command line arguments, currently ignored.