Uses of Class
org.gephi.tools.spi.ToolSelectionType
-
Packages that use ToolSelectionType Package Description org.gephi.tools.spi Tools are functions for interacting with user inputs on the visualization window. -
-
Uses of ToolSelectionType in org.gephi.tools.spi
Methods in org.gephi.tools.spi that return ToolSelectionType Modifier and Type Method Description ToolSelectionTypeTool. getSelectionType()Returns the tool type of selection interaction.static ToolSelectionTypeToolSelectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ToolSelectionType[]ToolSelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-