edu.uci.ics.jung.visualization.control
Class DefaultModalGraphMouse<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.control.PluggableGraphMouse
edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse<V,E>
- All Implemented Interfaces:
- ModalGraphMouse, VisualizationViewer.GraphMouse, MouseListener, MouseMotionListener, MouseWheelListener, ItemSelectable, EventListener
- Direct Known Subclasses:
- ModalSatelliteGraphMouse
public class DefaultModalGraphMouse<V,E>
- extends AbstractModalGraphMouse
- implements ModalGraphMouse, ItemSelectable
DefaultModalGraphMouse is a PluggableGraphMouse class that
pre-installs a large collection of plugins for picking and
transforming the graph. Additionally, it carries the notion
of a Mode: Picking or Translating. Switching between modes
allows for a more natural choice of mouse modifiers to
be used for the various plugins. The default modifiers are
intended to mimick those of mainstream software applications
in order to be intuitive to users.
To change between modes, two different controls are offered,
a combo box and a menu system. These controls are lazily created
in their respective 'getter' methods so they don't impact
code that does not intend to use them.
The menu control can be placed in an unused corner of the
GraphZoomScrollPane, which is a common location for mouse
mode selection menus in mainstream applications.
- 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 |
DefaultModalGraphMouse
public DefaultModalGraphMouse()
- create an instance with default values
DefaultModalGraphMouse
public DefaultModalGraphMouse(float in,
float out)
- create an instance with passed values
- Parameters:
in
- override value for scale inout
- override value for scale out
loadPlugins
protected void loadPlugins()
- create the plugins, and load the plugins for TRANSFORMING mode
- Specified by:
loadPlugins
in class AbstractModalGraphMouse
Copyright © 2009. All Rights Reserved.