Class 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$
    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 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.