Class LayoutTransition<V,​E>

  • All Implemented Interfaces:
    edu.uci.ics.jung.algorithms.util.IterativeContext

    public class LayoutTransition<V,​E>
    extends java.lang.Object
    implements edu.uci.ics.jung.algorithms.util.IterativeContext
    • Constructor Summary

      Constructors 
      Constructor Description
      LayoutTransition​(VisualizationViewer<V,​E> vv, edu.uci.ics.jung.algorithms.layout.Layout<V,​E> startLayout, edu.uci.ics.jung.algorithms.layout.Layout<V,​E> endLayout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean done()  
      void step()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startLayout

        protected edu.uci.ics.jung.algorithms.layout.Layout<V,​E> startLayout
      • endLayout

        protected edu.uci.ics.jung.algorithms.layout.Layout<V,​E> endLayout
      • transitionLayout

        protected edu.uci.ics.jung.algorithms.layout.Layout<V,​E> transitionLayout
      • done

        protected boolean done
      • count

        protected int count
      • counter

        protected int counter
    • Constructor Detail

      • LayoutTransition

        public LayoutTransition​(VisualizationViewer<V,​E> vv,
                                edu.uci.ics.jung.algorithms.layout.Layout<V,​E> startLayout,
                                edu.uci.ics.jung.algorithms.layout.Layout<V,​E> endLayout)
        Parameters:
        startLayout -
        endLayout -
    • Method Detail

      • done

        public boolean done()
        Specified by:
        done in interface edu.uci.ics.jung.algorithms.util.IterativeContext
      • step

        public void step()
        Specified by:
        step in interface edu.uci.ics.jung.algorithms.util.IterativeContext