Package diva.graph.basic
Class BubbleGraphDemo
- java.lang.Object
 - 
- diva.graph.basic.BubbleGraphDemo
 
 
- 
public class BubbleGraphDemo extends java.lang.ObjectAnother 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$
 - Author:
 - Michael Shilman, Steve Neuendorffer
 - Pt.AcceptedRating:
 - Red
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BubbleGraphDemo(AppContext context)Construct a new instance of the graph demo in a particular context. 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] argv)Construct a new instance of graph demo, which does the work of setting up the graphs and displaying itself. 
 - 
 
- 
- 
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.
 
 - 
 
 -