Class ModalSatelliteGraphMouse
java.lang.Object
edu.uci.ics.jung.visualization.control.PluggableGraphMouse
edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
edu.uci.ics.jung.visualization.control.ModalSatelliteGraphMouse
- All Implemented Interfaces:
ModalGraphMouse,VisualizationViewer.GraphMouse,MouseListener,MouseMotionListener,MouseWheelListener,ItemSelectable,EventListener
- Author:
- Tom Nelson
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
DefaultModalGraphMouse.ModeKeyAdapterNested classes/interfaces inherited from interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
ModalGraphMouse.Mode -
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
animatedPickingPlugin, in, listenerList, mode, modeBox, modeKeyListener, modeListener, modeMenu, out, pickingPlugin, rotatingPlugin, scalingPlugin, shearingPlugin, translatingPlugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreate the plugins, and load the plugins for TRANSFORMING modeMethods inherited from class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
addItemListener, fireItemStateChanged, getItemListeners, getModeComboBox, getModeKeyListener, getModeListener, getModeMenu, getSelectedObjects, removeItemListener, setMode, setModeKeyListener, setPickingMode, setTransformingMode, setZoomAtMouseMethods inherited from class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
add, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.ItemSelectable
addItemListener, getSelectedObjects, removeItemListenerMethods inherited from interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
getModeListener, setModeMethods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved
-
Constructor Details
-
ModalSatelliteGraphMouse
public ModalSatelliteGraphMouse() -
ModalSatelliteGraphMouse
public ModalSatelliteGraphMouse(float in, float out)
-
-
Method Details
-
loadPlugins
protected void loadPlugins()Description copied from class:DefaultModalGraphMousecreate the plugins, and load the plugins for TRANSFORMING mode- Overrides:
loadPluginsin classDefaultModalGraphMouse
-