Class VisualGraphZoomingPickingGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>

java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin<V,E>
ghidra.graph.viewer.event.mouse.VisualGraphZoomingPickingGraphMousePlugin<V,E>
Type Parameters:
V - the vertex type
E - the edge type
All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin, VisualGraphMousePlugin<V,E>, MouseListener, MouseMotionListener, EventListener

public class VisualGraphZoomingPickingGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>> extends VisualGraphAbstractGraphMousePlugin<V,E>
A handler to zoom nodes when double-clicked. If the vertex is zoomed out, then we will zoom in and center. If the vertex is zoomed to full size, then we will zoom out and center.