public class GeorefPanListener extends GeorefPanListenerImpl
| Constructor and Description |
|---|
GeorefPanListener(MapControl mapCtrl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getImageCursor()
Gets the
Cursor associated to this tool. |
void |
move(MoveEvent event)
Called when user drags the mouse on the view.
|
cancelDrawing, getLyrRaster, getPathToFile, setLyrRaster, setPathToFilepublic GeorefPanListener(MapControl mapCtrl)
mapCtrl - public void move(MoveEvent event)
PanListenerCalled when user drags the mouse on the view.
Updates the extent coordinates according to the direction of the movement between the initial and final points of line determined by the move of the mouse.
move in interface PanListenermove in class GeorefPanListenerImplevent - mouse event information about the initial and final positions of the movementcom.iver.cit.gvsig.fmap.tools.Listeners.PanListener#move(java.awt.geom.Point2D,
java.awt.geom.Point2D)public java.awt.Image getImageCursor()
ToolListenerGets the Cursor associated to this tool.
getImageCursor in interface ToolListenergetImageCursor in class GeorefPanListenerImpl