Package ghidra.graph.job
Class EdgeHoverAnimator<V,E>
java.lang.Object
ghidra.graph.job.AbstractAnimator
ghidra.graph.job.EdgeHoverAnimator<V,E>
-
Field Summary
Fields inherited from class ghidra.graph.job.AbstractAnimator
animator
-
Constructor Summary
ConstructorDescriptionEdgeHoverAnimator
(edu.uci.ics.jung.visualization.VisualizationServer<V, E> primaryViewer, edu.uci.ics.jung.visualization.VisualizationServer<V, E> satelliteViewer, boolean useAnimation) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jdesktop.animation.timing.Animator
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
-
Constructor Details
-
EdgeHoverAnimator
-
-
Method Details
-
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)
-