Class VisualGraphSatelliteTranslatingGraphMousePlugin<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.VisualGraphSatelliteAbstractGraphMousePlugin<V,E>
ghidra.graph.viewer.event.mouse.VisualGraphSatelliteTranslatingGraphMousePlugin<V,E>
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin, VisualGraphMousePlugin<V,E>, MouseListener, MouseMotionListener, EventListener
public class VisualGraphSatelliteTranslatingGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
extends VisualGraphSatelliteAbstractGraphMousePlugin<V,E>
-
Field Summary
Fields inherited from class VisualGraphAbstractGraphMousePlugin
isHandlingMouseEvents, selectedEdge, selectedVertexFields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
cursor, down, modifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidprotected booleanMethods inherited from class VisualGraphSatelliteAbstractGraphMousePlugin
getSatelliteLensInSatelliteViewSpace, isInSatelliteLensArea, moveMasterViewerToMousePoint, translateSatelliteViewPointToLayoutPointMethods inherited from class VisualGraphAbstractGraphMousePlugin
checkForEdge, checkForVertex, checkModifiers, installCursor, isOverEdge, isOverVertex, mouseEntered, mouseExited, pickEdge, pickVertex, resetStateMethods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
getCursor, getModifiers, setCursor, setModifiersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface VisualGraphMousePlugin
dispose, getGraphViewer, getSatelliteGraphViewer, getViewer, getViewUpdater, getViewUpdater
-
Constructor Details
-
VisualGraphSatelliteTranslatingGraphMousePlugin
public VisualGraphSatelliteTranslatingGraphMousePlugin()
-
-
Method Details
-
shouldShowCursor
- Overrides:
shouldShowCursorin classVisualGraphSatelliteAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener- Overrides:
mouseReleasedin classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex, E extends VisualEdge<V>>
-