Class ShowLayoutsWithBarnesHutVisualization

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

    public class ShowLayoutsWithBarnesHutVisualization
    extends JPanel
    This demo is adapted from ShowLayouts, but when a LayoutAlgorithm that uses the BarnesHutOctTree is selected, the Barnes-Hut structure is drawn on the view under the Graph. For the most dramatic effect, choose the SpringBHVisitorLayoutAlgorithm, then, in picking mode, drag a vertex or vertices around to watch the Barnes Hut Tree rebuild itself.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Field Detail

      • g_array

        protected static org.jgrapht.Graph<String,​Integer>[] g_array
      • graph_index

        protected static int graph_index
      • graph_names

        protected static String[] graph_names
    • Constructor Detail

      • ShowLayoutsWithBarnesHutVisualization

        public ShowLayoutsWithBarnesHutVisualization()
    • Method Detail

      • main

        public static void main​(String[] args)