Package org.jungrapht.visualization
Interface VisualizationViewer.GraphMouse
-
- All Superinterfaces:
EventListener,MouseListener,MouseMotionListener,MouseWheelListener
- All Known Subinterfaces:
LensGraphMouse,ModalGraphMouse
- All Known Implementing Classes:
AbstractGraphMouse,AbstractModalGraphMouse,AnnotatingModalGraphMouse,DefaultGraphMouse,DefaultLensGraphMouse,DefaultModalGraphMouse,DefaultSatelliteGraphMouse,EditingModalGraphMouse,ModalLensGraphMouse,ModalSatelliteGraphMouse,PluggableGraphMouse
- Enclosing interface:
- VisualizationViewer<V,E>
public static interface VisualizationViewer.GraphMouse extends MouseListener, MouseMotionListener, MouseWheelListener
a convenience type to represent a class that processes all types of mouse events for the graph
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisPluginsLoaded()default voidloadPlugins()default voidsetPluginsLoaded()-
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
-
-