Gephi Toolkit Javadoc

org.gephi.datalab.spi.nodes
Interface NodesManipulator

All Superinterfaces:
Manipulator

public interface NodesManipulator
extends Manipulator

Manipulator for nodes.

Author:
Eduardo Ramos
See Also:
Manipulator

Method Summary
 void setup(Node[] nodes, Node clickedNode)
          Prepare nodes for this action.
 
Methods inherited from interface org.gephi.datalab.spi.Manipulator
canExecute, execute, getDescription, getIcon, getName, getPosition, getType, getUI
 

Method Detail

setup

void setup(Node[] nodes,
           Node clickedNode)
Prepare nodes for this action.

Parameters:
nodes - All selected nodes to operate
clickedNode - The right clicked node of all nodes

Gephi Toolkit Javadoc