Class EdgeHoverAnimator<V,E>

java.lang.Object
ghidra.graph.job.AbstractAnimator
ghidra.graph.job.EdgeHoverAnimator<V,E>

public class EdgeHoverAnimator<V,E> extends AbstractAnimator
  • Constructor Details

    • EdgeHoverAnimator

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

    • createAnimator

      protected org.jdesktop.animation.timing.Animator createAnimator()
      Specified by:
      createAnimator in class AbstractAnimator
    • 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)