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
viewerFields inherited from class ghidra.graph.job.AbstractAnimatorJob
animator, isShortcut, log, TOO_BIG_TO_ANIMATE -
Constructor Summary
ConstructorsConstructorDescriptionMoveViewToViewSpacePointAnimatorFunctionGraphJob(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, setOffsetMethods inherited from class ghidra.graph.job.AbstractAnimatorJob
canShortcut, dispose, execute, isFinished, setBusyListener, shortcut, stop, toString, trace
-
Constructor Details
-
MoveViewToViewSpacePointAnimatorFunctionGraphJob
-
-
Method Details
-
createDestination
- Specified by:
createDestinationin classMoveViewAnimatorFunctionGraphJob<V,E>
-