Class ShowLayoutsWithGuavaNetworks

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class ShowLayoutsWithGuavaNetworks
    extends JPanel
    Demo that visualizes Networks. Demonstrates several of the graph layout algorithms. Allows the user to interactively select one of several Networks, and one of several layouts, and visualizes the combination.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Field Detail

      • graphArray

        protected static org.jgrapht.Graph<String,​Integer>[] graphArray
      • graphIndex

        protected static int graphIndex
      • graphNames

        protected static String[] graphNames
    • Constructor Detail

      • ShowLayoutsWithGuavaNetworks

        public ShowLayoutsWithGuavaNetworks()
    • Method Detail

      • main

        public static void main​(String[] args)