Package ghidra.graph.job
Class MoveViewAnimatorFunctionGraphJob<V,E>
java.lang.Object
ghidra.graph.job.AbstractAnimatorJob
ghidra.graph.job.MoveViewAnimatorFunctionGraphJob<V,E>
- All Implemented Interfaces:
GraphJob
- Direct Known Subclasses:
EnsureAreaVisibleAnimatorFunctionGraphJob,MoveVertexToCenterAnimatorFunctionGraphJob,MoveVertexToCenterTopAnimatorFunctionGraphJob,MoveViewToLayoutSpacePointAnimatorFunctionGraphJob,MoveViewToViewSpacePointAnimatorFunctionGraphJob
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class ghidra.graph.job.AbstractAnimatorJob
animator, isShortcut, log, TOO_BIG_TO_ANIMATE -
Constructor Summary
ConstructorsConstructorDescriptionMoveViewAnimatorFunctionGraphJob(edu.uci.ics.jung.visualization.VisualizationServer<V, E> viewer, boolean useAnimation) -
Method Summary
Methods inherited from class ghidra.graph.job.AbstractAnimatorJob
canShortcut, dispose, execute, isFinished, setBusyListener, shortcut, stop, toString, trace
-
Field Details
-
viewer
-
-
Constructor Details
-
MoveViewAnimatorFunctionGraphJob
-
-
Method Details
-
createDestination
-
createAnimator
protected org.jdesktop.animation.timing.Animator createAnimator()- Specified by:
createAnimatorin classAbstractAnimatorJob
-
finished
protected void finished()Description copied from class:AbstractAnimatorJobA callback given when this animator has run to completion. This will be called whether the animator is stopped prematurely or ends naturally.- Specified by:
finishedin classAbstractAnimatorJob
-
setOffset
-