Uses of Interface
org.gephi.tools.spi.Tool
-
Packages that use Tool Package Description org.gephi.tools.api API for selecting the current Tool.org.gephi.tools.spi Tools are functions for interacting with user inputs on the visualization window. -
-
Uses of Tool in org.gephi.tools.api
Methods in org.gephi.tools.api with parameters of type Tool Modifier and Type Method Description void
ToolController. select(Tool tool)
Selectstool
as the active tool and therefore unselect the current tool, if exists. -
Uses of Tool in org.gephi.tools.spi
Methods in org.gephi.tools.spi with parameters of type Tool Modifier and Type Method Description JPanel
ToolUI. getPropertiesBar(Tool tool)
Returns the tools properties bar.
-