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 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