Package ghidra.graph.job
Class MoveViewToViewSpacePointAnimatorFunctionGraphJob<V,E>
java.lang.Object
ghidra.graph.job.AbstractAnimatorJob
ghidra.graph.job.MoveViewAnimatorFunctionGraphJob<V,E>
ghidra.graph.job.MoveViewToViewSpacePointAnimatorFunctionGraphJob<V,E>
- All Implemented Interfaces:
GraphJob
public class MoveViewToViewSpacePointAnimatorFunctionGraphJob<V,E>
extends MoveViewAnimatorFunctionGraphJob<V,E>
-
Field Summary
Fields inherited from class ghidra.graph.job.MoveViewAnimatorFunctionGraphJob
viewer
Fields inherited from class ghidra.graph.job.AbstractAnimatorJob
animator, isShortcut, log, TOO_BIG_TO_ANIMATE
-
Constructor Summary
ConstructorDescriptionMoveViewToViewSpacePointAnimatorFunctionGraphJob
(edu.uci.ics.jung.visualization.VisualizationServer<V, E> viewer, Point2D viewSpacePoint, boolean useAnimation) -
Method Summary
Methods inherited from class ghidra.graph.job.MoveViewAnimatorFunctionGraphJob
createAnimator, finished, setOffset
Methods inherited from class ghidra.graph.job.AbstractAnimatorJob
canShortcut, dispose, execute, isFinished, setBusyListener, shortcut, stop, toString, trace
-
Constructor Details
-
MoveViewToViewSpacePointAnimatorFunctionGraphJob
-
-
Method Details
-
createDestination
- Specified by:
createDestination
in classMoveViewAnimatorFunctionGraphJob<V,
E>
-