Interface LayoutPointListener
- All Superinterfaces:
LayoutToolListener
- All Known Implementing Classes:
LayoutAddCircleListenerImpl,LayoutAddLineListenerImpl,LayoutAddPointListenerImpl,LayoutAddPolygonListenerImpl,LayoutAddPolylineListenerImpl,LayoutAddRectangleListenerImpl,LayoutPointSelectionListener
Interfaz listener de punto.
- Author:
- Vicente Caballero Navarro
-
Method Summary
Modifier and TypeMethodDescriptionvoidpoint(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) Invocado cuando se hace un pressed sobre la vista.voidpointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) Methods inherited from interface org.gvsig.app.project.documents.layout.tools.listener.LayoutToolListener
cancelDrawing, getImageCursor
-
Method Details
-
point
void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException Invocado cuando se hace un pressed sobre la vista.- Parameters:
event- PointEvent.- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException- se lanza cuando falla la herramienta.
-
pointDoubleClick
void pointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException - Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-