Interface LensGraphMouse
-
- All Superinterfaces:
EventListener,MouseListener,MouseMotionListener,MouseWheelListener,VisualizationViewer.GraphMouse
- All Known Implementing Classes:
DefaultLensGraphMouse,ModalLensGraphMouse
public interface LensGraphMouse extends VisualizationViewer.GraphMouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetKillSwitch(Runnable killSwitch)-
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, loadPlugins, setPluginsLoaded
-
-
-
-
Method Detail
-
setKillSwitch
void setKillSwitch(Runnable killSwitch)
-
-