Class LayoutAlgorithm.NoOp<V>

    • Constructor Detail

      • NoOp

        public NoOp()
    • Method Detail

      • visit

        public void visit​(LayoutModel<V> layoutModel)
        visit the passed layoutModel and set its locations
        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