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

  • All Implemented Interfaces:
    edu.uci.ics.jung.visualization.control.GraphMousePlugin, VisualGraphMousePlugin<V,​E>, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.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.