Class ModalLensGraphMouse<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.control.PluggableGraphMouse
-
- org.jungrapht.visualization.control.AbstractGraphMouse
-
- org.jungrapht.visualization.control.AbstractModalGraphMouse
-
- org.jungrapht.visualization.control.DefaultModalGraphMouse<V,E>
-
- org.jungrapht.visualization.control.ModalLensGraphMouse<V,E>
-
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
,LensGraphMouse
,Modal
,ModalGraphMouse
,VisualizationViewer.GraphMouse
public class ModalLensGraphMouse<V,E> extends DefaultModalGraphMouse<V,E> implements ModalGraphMouse, LensGraphMouse
an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.- Author:
- Tom Nelson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModalLensGraphMouse.Builder<V,E,T extends ModalLensGraphMouse,B extends ModalLensGraphMouse.Builder<V,E,T,B>>
Build an instance of a ModalLensGraphMousestatic class
ModalLensGraphMouse.ModeKeyAdapter
-
Nested classes/interfaces inherited from interface org.jungrapht.visualization.control.modal.Modal
Modal.Mode
-
-
Field Summary
Fields Modifier and Type Field Description protected LensKillingGraphMousePlugin
lensKillingGraphMousePlugin
protected LensSelectingGraphMousePlugin
lensSelectingGraphMousePlugin
protected LensTranslatingGraphMousePlugin
lensTranslatingGraphMousePlugin
protected LensMagnificationGraphMousePlugin
magnificationPlugin
not included in the base class-
Fields inherited from class org.jungrapht.visualization.control.DefaultModalGraphMouse
addRegionSelectionCompleteMask, addRegionSelectionMask, addSingleSelectionMask, regionSelectionCompleteMask, regionSelectionMask, scalingMask, singleSelectionMask, translatingMask, xAxisScalingMask, yAxisScalingMask
-
Fields inherited from class org.jungrapht.visualization.control.AbstractModalGraphMouse
animatedPickingPlugin, listenerList, mode, modeKeyListener, rotatingPlugin, shearingPlugin, translatingPlugin
-
Fields inherited from class org.jungrapht.visualization.control.AbstractGraphMouse
in, out, regionSelectingPlugin, scalingPlugin, selectingPlugin, vertexSelectionOnly
-
-
Constructor Summary
Constructors Constructor Description ModalLensGraphMouse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V,E>
ModalLensGraphMouse.Builder<V,E,?,?>builder()
void
loadPlugins()
create the plugins, and load the plugins for set modevoid
setKillSwitch(Runnable killSwitch)
protected void
setPickingMode()
protected void
setTransformingMode()
-
Methods inherited from class org.jungrapht.visualization.control.AbstractModalGraphMouse
getMode, getModeKeyListener, setMode, setModeKeyListener, setZoomAtMouse
-
Methods inherited from class org.jungrapht.visualization.control.PluggableGraphMouse
add, clear, 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 org.jungrapht.visualization.control.ModalGraphMouse
getModeKeyListener
-
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 org.jungrapht.visualization.VisualizationViewer.GraphMouse
isPluginsLoaded, setPluginsLoaded
-
-
-
-
Field Detail
-
magnificationPlugin
protected LensMagnificationGraphMousePlugin magnificationPlugin
not included in the base class
-
lensSelectingGraphMousePlugin
protected LensSelectingGraphMousePlugin lensSelectingGraphMousePlugin
-
lensKillingGraphMousePlugin
protected LensKillingGraphMousePlugin lensKillingGraphMousePlugin
-
lensTranslatingGraphMousePlugin
protected LensTranslatingGraphMousePlugin lensTranslatingGraphMousePlugin
-
-
Method Detail
-
builder
public static <V,E> ModalLensGraphMouse.Builder<V,E,?,?> builder()
-
setKillSwitch
public void setKillSwitch(Runnable killSwitch)
- Specified by:
setKillSwitch
in interfaceLensGraphMouse
-
loadPlugins
public void loadPlugins()
Description copied from class:DefaultModalGraphMouse
create the plugins, and load the plugins for set mode- Specified by:
loadPlugins
in interfaceVisualizationViewer.GraphMouse
- Overrides:
loadPlugins
in classDefaultModalGraphMouse<V,E>
-
setPickingMode
protected void setPickingMode()
- Overrides:
setPickingMode
in classAbstractModalGraphMouse
-
setTransformingMode
protected void setTransformingMode()
- Overrides:
setTransformingMode
in classAbstractModalGraphMouse
-
-