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
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultModalGraphMouse
DefaultModalGraphMouse.ModeKeyAdapterNested classes/interfaces inherited from class AbstractModalGraphMouse
AbstractModalGraphMouse.ModeListenerNested classes/interfaces inherited from interface ModalGraphMouse
ModalGraphMouse.Mode -
Field Summary
Fields inherited from class AbstractModalGraphMouse
animatedPickingPlugin, in, listenerList, mode, modeBox, modeKeyListener, modeListener, modeMenu, out, pickingPlugin, rotatingPlugin, scalingPlugin, shearingPlugin, translatingPluginFields inherited from class PluggableGraphMouse
mouseListeners, mouseMotionListeners, mouseMotionPluginList, mousePluginList, mouseWheelListeners, mouseWheelPluginList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreate the plugins, and load the plugins for TRANSFORMING modeMethods inherited from class AbstractModalGraphMouse
addItemListener, fireItemStateChanged, getItemListeners, getModeComboBox, getModeKeyListener, getModeListener, getModeMenu, getSelectedObjects, removeItemListener, setMode, setModeKeyListener, setPickingMode, setTransformingMode, setZoomAtMouseMethods inherited from class PluggableGraphMouse
add, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ItemSelectable
addItemListener, getSelectedObjects, removeItemListenerMethods inherited from interface ModalGraphMouse
getModeListener, setModeMethods inherited from interface MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface 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
-