public interface RightMouseClickListener
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentationName()
The option that will be shown in a menu to the user on right clicks.
|
void |
itemSelected(Renderer source,
java.awt.geom.Point2D screenCoords,
LocationType realCoords) |
java.lang.String getPresentationName()
itemSelected(Renderer, Point2D, LocationType) method is calledvoid itemSelected(Renderer source, java.awt.geom.Point2D screenCoords, LocationType realCoords)
source - The renderer that generated this eventscreenCoords - The AWT coordinates of the clickclickedPoint - The real world location that has been clicked (may also be null!)Copyright © 2004-2016 FEUP-LSTS and Neptus developers. All Rights Reserved.