Interface LayoutRectangleListener
- All Superinterfaces:
LayoutToolListener
- All Known Implementing Classes:
LayoutAddBoxListenerImpl,LayoutAddLegendListenerImpl,LayoutAddMapBoxListenerImpl,LayoutAddNorthListenerImpl,LayoutAddOverViewListenerImpl,LayoutAddPictureListenerImpl,LayoutAddRectangleListener,LayoutAddRectangleWithDialogListener,LayoutAddScaleListenerImpl,LayoutAddTextListenerImpl,LayoutAddViewListenerImpl,LayoutZoomInListenerImpl,LayoutZoomOutListenerImpl
Interfaz listener de rectángulo.
- Author:
- Vicente Caballero Navarro
-
Method Summary
Modifier and TypeMethodDescriptionvoidrectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent event) Invocado cuando el usuario selecciona un rectángulo en la vista.Methods inherited from interface org.gvsig.app.project.documents.layout.tools.listener.LayoutToolListener
cancelDrawing, getImageCursor
-
Method Details
-
rectangle
void rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException Invocado cuando el usuario selecciona un rectángulo en la vista.- Parameters:
event- Rectangle.- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-