public interface MouseClickEventListener extends ToolEventListener
A tool which declares this listener is notified when user click on the visualization window.
Tool
Modifier and Type | Method and Description |
---|---|
void |
mouseClick(int[] positionViewport,
float[] position3d)
Notify a mouse click on the visualization window.
|
void mouseClick(int[] positionViewport, float[] position3d)
positionViewport
- Position in the 2D coordinate system, (0,0) is
located top-left.position3d
- Position in the 3D coordinate system, (0,0) is located
at the center.Copyright © 2007–2015 Gephi Consortium. All rights reserved.