Package ghidra.graph.job
Class MoveViewToLayoutSpacePointAnimatorFunctionGraphJob<V,E>
- java.lang.Object
-
- ghidra.graph.job.AbstractAnimatorJob
-
- ghidra.graph.job.MoveViewAnimatorFunctionGraphJob<V,E>
-
- ghidra.graph.job.MoveViewToLayoutSpacePointAnimatorFunctionGraphJob<V,E>
-
- All Implemented Interfaces:
GraphJob
public class MoveViewToLayoutSpacePointAnimatorFunctionGraphJob<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
Constructors Constructor Description MoveViewToLayoutSpacePointAnimatorFunctionGraphJob(edu.uci.ics.jung.visualization.VisualizationServer<V,E> viewer, java.awt.geom.Point2D layoutSpacePoint, boolean useAnimation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.geom.Point2D
createDestination()
-
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
-
-
-
-
Method Detail
-
createDestination
protected java.awt.geom.Point2D createDestination()
- Specified by:
createDestination
in classMoveViewAnimatorFunctionGraphJob<V,E>
-
-