edu.uci.ics.jung.visualization.control
Class ModalSatelliteGraphMouse

java.lang.Object
  extended by edu.uci.ics.jung.visualization.control.PluggableGraphMouse
      extended by edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
          extended by edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
DefaultModalGraphMouse.ModeKeyAdapter
 
Nested 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
ModalSatelliteGraphMouse()
           
ModalSatelliteGraphMouse(float in, float out)
           
 
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 edu.uci.ics.jung.visualization.control.PluggableGraphMouse
add, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
getModeListener, setMode
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved
 
Methods inherited from interface java.awt.ItemSelectable
addItemListener, getSelectedObjects, removeItemListener
 

Constructor Detail

ModalSatelliteGraphMouse

public ModalSatelliteGraphMouse()

ModalSatelliteGraphMouse

public ModalSatelliteGraphMouse(float in,
                                float out)
Method Detail

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.