Interface LayoutAlgorithm2D<V,​E>

    • Method Detail

      • layout

        void layout​(Graph<V,​E> graph,
                    LayoutModel2D<V> model)
        Layout a graph.
        Parameters:
        graph - the graph
        model - the layout model to use