Package ghidra.graph.job
Class EdgeHoverAnimator<V,E>
- java.lang.Object
-
- ghidra.graph.job.AbstractAnimator
-
- ghidra.graph.job.EdgeHoverAnimator<V,E>
-
public class EdgeHoverAnimator<V,E> extends AbstractAnimator
-
-
Field Summary
-
Fields inherited from class ghidra.graph.job.AbstractAnimator
animator
-
-
Constructor Summary
Constructors Constructor Description EdgeHoverAnimator(edu.uci.ics.jung.visualization.VisualizationServer<V,E> primaryViewer, edu.uci.ics.jung.visualization.VisualizationServer<V,E> satelliteViewer, boolean useAnimation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jdesktop.animation.timing.Animator
createAnimator()
protected void
finished()
A callback given when this animator has run to completion.void
setNextPaint(int nextPaint)
-
Methods inherited from class ghidra.graph.job.AbstractAnimator
followOnAnimatorScheduled, hasFinished, isRunning, setBusyListener, start, stop, stopMe, trace
-
-
-
-
Method Detail
-
createAnimator
protected org.jdesktop.animation.timing.Animator createAnimator()
- Specified by:
createAnimator
in classAbstractAnimator
-
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 classAbstractAnimator
-
setNextPaint
public void setNextPaint(int nextPaint)
-
-