Class MoveViewAnimatorFunctionGraphJob<V,​E>

    • Field Detail

      • viewer NEW

        protected final edu.uci.ics.jung.visualization.VisualizationViewer<V,​E> viewer

Constructor Detail

  • Method Detail

    • createDestination NEW

      protected abstract java.awt.geom.Point2D createDestination()
    • finished NEW

      protected void finished()
      Description copied from class: AbstractAnimatorJob
      A callback given when this animator has run to completion. This will be called whether the animator is stopped prematurely or ends naturally.
      Specified by:
      finished in class AbstractAnimatorJob
    • setOffset

      public void setOffset​(java.awt.geom.Point2D offsetFromOriginalPoint)