Uses of Interface
org.gephi.tools.spi.ToolEventListener
-
Packages that use ToolEventListener Package Description org.gephi.tools.spi Tools are functions for interacting with user inputs on the visualization window. -
-
Uses of ToolEventListener in org.gephi.tools.spi
Subinterfaces of ToolEventListener in org.gephi.tools.spi Modifier and Type Interface Description interfaceMouseClickEventListenerTool mouse click listener.interfaceNodeClickEventListenerTool node click listener.interfaceNodePressAndDraggingEventListenerTool mouse press and dragging listener.interfaceNodePressingEventListenerTool mouse pressing listener.Methods in org.gephi.tools.spi that return ToolEventListener Modifier and Type Method Description ToolEventListener[]Tool. getListeners()Returns the declared tool listeners for this tool.
-