Class BrandesKopfTestGraphExample

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

    public class BrandesKopfTestGraphExample
    extends JFrame
    Builds a test graph from the Brandes-Kopf paper, layers the graph, then manually sets all the synthetic vertices and edges to make a good starting point for the Brandes-Kopf Horizontal Coordinate Assignment algorithm. The visual result should look like the figures presented in the paper.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • BrandesKopfTestGraphExample

        public BrandesKopfTestGraphExample()
    • Method Detail

      • main

        public static void main​(String[] args)