Class BrandesKopfSugiyamaGraphExample

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

    public class BrandesKopfSugiyamaGraphExample
    extends JFrame
    Fast and Simple Horizontal Coordinate Assignment by Ulrik Brandes and Boris Köpf on page 39, shows four horizontal coordinate assignments, plus the average median. This demo creates the graph from that paper, hard-codes the layer assignment, and runs the horizontal coordinate assignment to confirm that the results look like those depicted in the paper. This is a visual check of the correctness of the code for the HorizontalCoordinate assignment algorithm
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • BrandesKopfSugiyamaGraphExample

        public BrandesKopfSugiyamaGraphExample()
    • Method Detail

      • main

        public static void main​(String[] args)