public class ZoomOutListener extends ZoomOutListenerImpl
Inherits ZoomOutListenerImpl enabling/disabling special
controls for managing the data selected.
ZoomOutListenerImpl| Constructor and Description |
|---|
ZoomOutListener(MapControl mapCtrl)
Creates a new
ZoomOutListener object. |
| Modifier and Type | Method and Description |
|---|---|
void |
point(PointEvent event)
Called when one click is pressed on the associated
MapControl, or the location of the cursor
of the mouse has changed on it. |
cancelDrawing, getImageCursor, pointDoubleClickpublic ZoomOutListener(MapControl mapCtrl)
Creates a new ZoomOutListener object.
mapCtrl - the MapControl where be applied the changespublic void point(PointEvent event)
PointListenerCalled when one click is pressed on the associated MapControl, or the location of the cursor
of the mouse has changed on it.
point in interface PointListenerpoint in class ZoomOutListenerImplevent - mouse event with the coordinates of the point selected on the associated MapControl