edu.uci.ics.jung.visualization.control
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
public class ModalSatelliteGraphMouse
- extends DefaultModalGraphMouse
- implements ModalGraphMouse
- Author:
- Tom Nelson
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 |
Method Summary |
protected void |
loadPlugins()
create the plugins, and load the plugins for TRANSFORMING mode |
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse |
addItemListener, fireItemStateChanged, getItemListeners, getModeComboBox, getModeKeyListener, getModeListener, getModeMenu, getSelectedObjects, removeItemListener, setMode, setModeKeyListener, setPickingMode, setTransformingMode, setZoomAtMouse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModalSatelliteGraphMouse
public ModalSatelliteGraphMouse()
ModalSatelliteGraphMouse
public ModalSatelliteGraphMouse(float in,
float out)
loadPlugins
protected void loadPlugins()
- Description copied from class:
DefaultModalGraphMouse
- create the plugins, and load the plugins for TRANSFORMING mode
- Overrides:
loadPlugins
in class DefaultModalGraphMouse
Copyright © 2009. All Rights Reserved.