Class EdgeHoverAnimator<V,​E>

    • Constructor Detail

      • EdgeHoverAnimator

        public EdgeHoverAnimator​(edu.uci.ics.jung.visualization.VisualizationServer<V,​E> primaryViewer,
                                 edu.uci.ics.jung.visualization.VisualizationServer<V,​E> satelliteViewer,
                                 boolean useAnimation)
    • Method Detail

      • finished

        protected void finished()
        Description copied from class: AbstractAnimator
        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 AbstractAnimator
      • setNextPaint

        public void setNextPaint​(int nextPaint)