org.gephi.datalab.spi.nodes
Interface NodesManipulator
- All Superinterfaces:
- ContextMenuItemManipulator, Manipulator
public interface NodesManipulator
- extends ContextMenuItemManipulator
Please note that the methods offered in this service are the same as Visualization API GraphContextMenuItem.
It is possible to reuse actions implementations by adding both ServiceProvider
annotations.
Manipulator for nodes.
- Author:
- Eduardo Ramos
- See Also:
Manipulator
Method Summary |
void |
setup(Node[] nodes,
Node clickedNode)
Prepare nodes for this action. |
setup
void setup(Node[] nodes,
Node clickedNode)
- Prepare nodes for this action.
- Parameters:
nodes
- All selected nodes to operateclickedNode
- The right clicked node of all nodes