Package ghidra.graph.job
Class MoveVertexToCenterAnimatorFunctionGraphJob<V,E>
- java.lang.Object
- 
- ghidra.graph.job.AbstractAnimatorJob
- 
- ghidra.graph.job.MoveViewAnimatorFunctionGraphJob<V,E>
- 
- ghidra.graph.job.MoveVertexToCenterAnimatorFunctionGraphJob<V,E>
 
 
 
- 
- All Implemented Interfaces:
- GraphJob
 
 public class MoveVertexToCenterAnimatorFunctionGraphJob<V,E> extends MoveViewAnimatorFunctionGraphJob<V,E> 
- 
- 
Field Summary- 
Fields inherited from class ghidra.graph.job.MoveViewAnimatorFunctionGraphJobviewer
 - 
Fields inherited from class ghidra.graph.job.AbstractAnimatorJobanimator, isShortcut, log, TOO_BIG_TO_ANIMATE
 
- 
 - 
Constructor SummaryConstructors Constructor Description MoveVertexToCenterAnimatorFunctionGraphJob(edu.uci.ics.jung.visualization.VisualizationServer<V,E> viewer, V vertex, boolean useAnimation)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.geom.Point2DcreateDestination()- 
Methods inherited from class ghidra.graph.job.MoveViewAnimatorFunctionGraphJobcreateAnimator, finished, setOffset
 - 
Methods inherited from class ghidra.graph.job.AbstractAnimatorJobcanShortcut, dispose, execute, isFinished, setBusyListener, shortcut, stop, toString, trace
 
- 
 
- 
- 
- 
Method Detail- 
createDestinationprotected java.awt.geom.Point2D createDestination() - Specified by:
- createDestinationin class- MoveViewAnimatorFunctionGraphJob<V,E>
 
 
- 
 
-