Class LayoutTransition<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.layout.LayoutTransition<V,E>
All Implemented Interfaces:
IterativeContext

public class LayoutTransition<V,E> extends Object implements IterativeContext
  • Field Details

    • startLayout

      protected Layout<V,E> startLayout
    • endLayout

      protected Layout<V,E> endLayout
    • transitionLayout

      protected Layout<V,E> transitionLayout
    • done

      protected boolean done
    • count

      protected int count
    • counter

      protected int counter
    • vv

      protected VisualizationViewer<V,E> vv
  • Constructor Details

  • Method Details

    • done

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

      public void step()
      Description copied from interface: IterativeContext
      Advances one step.
      Specified by:
      step in interface IterativeContext