public interface NodePressingEventListener extends ToolEventListener
A tool which declares this listener is notified at a certain rate, up to multiple times per second, the selected nodes.
Tool| Modifier and Type | Method and Description |
|---|---|
void |
pressingNodes(Node[] nodes)
Notify
nodes are currently pressed. |
void |
released()
Notify mouse has been released.
|
void pressingNodes(Node[] nodes)
nodes are currently pressed.nodes - the pressed nodes arrayvoid released()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.