Package ghidra.graph.viewer.event.mouse
Class VisualGraphSatelliteAbstractGraphMousePlugin<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>
-
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin
,VisualGraphMousePlugin<V,E>
,java.awt.event.MouseListener
,java.awt.event.MouseMotionListener
,java.util.EventListener
- Direct Known Subclasses:
VisualGraphSatelliteNavigationGraphMousePlugin
,VisualGraphSatelliteTranslatingGraphMousePlugin
public abstract class VisualGraphSatelliteAbstractGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>> extends VisualGraphAbstractGraphMousePlugin<V,E>
-
-
Field Summary
-
Fields inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
isHandlingMouseEvents, selectedEdge, selectedVertex
-
-
Constructor Summary
Constructors Constructor Description VisualGraphSatelliteAbstractGraphMousePlugin()
VisualGraphSatelliteAbstractGraphMousePlugin(int selectionModifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.Shape
getSatelliteLensInSatelliteViewSpace(edu.uci.ics.jung.visualization.VisualizationViewer<V,E> satelliteViewer, edu.uci.ics.jung.visualization.VisualizationViewer<V,E> viewMaster)
protected boolean
isInSatelliteLensArea(java.awt.event.MouseEvent e)
protected void
moveMasterViewerToMousePoint(java.awt.event.MouseEvent e)
protected boolean
shouldShowCursor(java.awt.event.MouseEvent e)
protected java.awt.Point
translateSatelliteViewPointToLayoutPoint(edu.uci.ics.jung.visualization.VisualizationViewer<V,E> viewer, java.awt.geom.Point2D point)
-
Methods inherited from class ghidra.graph.viewer.event.mouse.VisualGraphAbstractGraphMousePlugin
checkForEdge, checkForVertex, checkModifiers, installCursor, isOverEdge, isOverVertex, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, pickEdge, pickVertex, resetState
-
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
getCursor, getModifiers, setCursor, setModifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ghidra.graph.viewer.event.mouse.VisualGraphMousePlugin
dispose, getGraphViewer, getSatelliteGraphViewer, getViewer, getViewUpdater, getViewUpdater
-
-
-
-
Method Detail
-
shouldShowCursor
protected boolean shouldShowCursor(java.awt.event.MouseEvent e)
- Overrides:
shouldShowCursor
in classVisualGraphAbstractGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
-
moveMasterViewerToMousePoint
protected void moveMasterViewerToMousePoint(java.awt.event.MouseEvent e)
-
isInSatelliteLensArea
protected boolean isInSatelliteLensArea(java.awt.event.MouseEvent e)
-
getSatelliteLensInSatelliteViewSpace
protected java.awt.Shape getSatelliteLensInSatelliteViewSpace(edu.uci.ics.jung.visualization.VisualizationViewer<V,E> satelliteViewer, edu.uci.ics.jung.visualization.VisualizationViewer<V,E> viewMaster)
-
-