Interface LayoutAlgorithm<V>

    • Method Detail

      • visit

        void visit​(LayoutModel<V> layoutModel)
        visit the passed layoutModel and set its locations
        Parameters:
        layoutModel - the mediator between the container for vertices (the Graph) and the mapping from Vertex to Point
      • cancel

        default void cancel()
      • constrained

        default boolean constrained()