Class StaticLayoutAlgorithm<V>

  • All Implemented Interfaces:
    LayoutAlgorithm<V>, AfterRunnable

    public class StaticLayoutAlgorithm<V>
    extends Object
    implements LayoutAlgorithm<V>
    StaticLayout leaves the vertices in the locations specified in the LayoutModel, and has no other behavior.
    Author:
    Tom Nelson
    • Constructor Detail

      • StaticLayoutAlgorithm

        public StaticLayoutAlgorithm()
    • Method Detail

      • visit

        public void visit​(LayoutModel<V> layoutModel)
        a no-op, as the Vertex locations are unchanged from where they are in the layoutModel
        Specified by:
        visit in interface LayoutAlgorithm<V>
        Parameters:
        layoutModel - the mediator between the container for vertices (the Graph) and the mapping from Vertex to Point