public class SaveRasterListener extends SaveRasterListenerImpl
mapCtrl, pixelRect, rect| Constructor and Description |
|---|
SaveRasterListener(MapControl mapCtrl) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getImageCursor()
Gets the
Cursor associated to this tool. |
void |
rectangle(EnvelopeEvent event)
Called when user executes a double click with the mouse, finishing the
drawn of the rectangle.
|
cancelDrawingpublic SaveRasterListener(MapControl mapCtrl)
public void rectangle(EnvelopeEvent event)
RectangleListenerCalled when user executes a double click with the mouse, finishing the drawn of the rectangle.
All features of the active and vector layers of the associated MapControl object that
their area intersect with the polygonal area defined in the event, will be selected.
rectangle in interface RectangleListenerrectangle in class SaveRasterListenerImplevent - mouse event and information about the rectangle definedcom.iver.cit.gvsig.fmap.tools.Listeners.RectangleListener#rectangle(com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent)public java.awt.Image getImageCursor()
ToolListenerGets the Cursor associated to this tool.
getImageCursor in interface ToolListenergetImageCursor in class SaveRasterListenerImpl