Class AnimationLayoutAlgorithm<V>

    • Field Detail

      • done

        protected boolean done
      • count

        protected int count
      • counter

        protected int counter
    • Constructor Detail

      • AnimationLayoutAlgorithm

        public AnimationLayoutAlgorithm()
    • Method Detail

      • visit

        public void visit​(LayoutModel<V> layoutModel)
        Description copied from class: AbstractIterativeLayoutAlgorithm
        because the IterativeLayoutAlgorithms use multithreading to continuously update vertex positions, the layoutModel state is saved (during the visit method) so that it can be used continuously
        Specified by:
        visit in interface LayoutAlgorithm<V>
        Overrides:
        visit in class AbstractIterativeLayoutAlgorithm<V>
        Parameters:
        layoutModel - the mediator between the container for vertices (the Graph) and the mapping from Vertex to Point
      • step

        public void step()
        each step of the animation moves every pouit 1/count of the distance from its old location to its new location
        Specified by:
        step in interface IterativeContext
      • done

        public boolean done()
        Specified by:
        done in interface IterativeContext
        Returns:
        true if this iterative process is finished, and false otherwise.