diva.graph.basic
Class BubbleGraphDemo

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

public class BubbleGraphDemo
extends 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:
$Revision: 1.6 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu), Steve Neuendorffer (neuendor@eecs.berkeley.edu)

Constructor Summary
BubbleGraphDemo(AppContext context)
           
 
Method Summary
static void main(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)
Method Detail

main

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



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.