Package ghidra.graph.job
Class MoveVertexToCenterTopAnimatorFunctionGraphJob<V,E>
- java.lang.Object
-
- ghidra.graph.job.AbstractAnimatorJob
-
- ghidra.graph.job.MoveViewAnimatorFunctionGraphJob<V,E>
-
- ghidra.graph.job.MoveVertexToCenterTopAnimatorFunctionGraphJob<V,E>
-
- All Implemented Interfaces:
GraphJob
public class MoveVertexToCenterTopAnimatorFunctionGraphJob<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 MoveVertexToCenterTopAnimatorFunctionGraphJob(edu.uci.ics.jung.visualization.VisualizationServer<V,E> viewer, V vertex, 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>
-
-