Package ghidra.graph.viewer.event.mouse
Class VisualGraphScalingGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
ghidra.graph.viewer.event.mouse.VisualGraphScalingGraphMousePlugin<V,E>
- Type Parameters:
V- the vertex typeE- the edge type
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.control.GraphMousePlugin,VisualGraphMousePlugin<V,,E> MouseWheelListener,EventListener
public class VisualGraphScalingGraphMousePlugin<V extends VisualVertex,E extends VisualEdge<V>>
extends edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
implements VisualGraphMousePlugin<V,E>
Overridden implementation that allows us to change scaling behavior through options. This
class works on the opposite modifier setup as FunctionGraphScrollWheelPanningPlugin.
-
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
in, out, scaler, zoomAtMouseFields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
cursor, down, modifiers -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
getIn, getOut, getScaler, mouseWheelMoved, setIn, setOut, setScaler, setZoomAtMouseMethods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
getCursor, getModifiers, setCursor, setModifiersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.graph.viewer.event.mouse.VisualGraphMousePlugin
dispose, getGraphViewer, getSatelliteGraphViewer, getViewer, getViewUpdater, getViewUpdater
-
Constructor Details
-
VisualGraphScalingGraphMousePlugin
public VisualGraphScalingGraphMousePlugin()
-
-
Method Details
-
checkModifiers
- Specified by:
checkModifiersin interfaceedu.uci.ics.jung.visualization.control.GraphMousePlugin- Overrides:
checkModifiersin classedu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
-