Class LayoutPointSelectionListener
java.lang.Object
org.gvsig.app.project.documents.layout.tools.listener.LayoutPointSelectionListener
- All Implemented Interfaces:
LayoutPointListener,LayoutToolListener
Implementación de la interfaz LayoutPointListener como herramienta para
realizar
una selección por punto.
- Author:
- Vicente Caballero Navarro
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCondición para que se cancele el dibujado.Devuelve la imagen del cursor de la herramienta.voidpoint(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)
-
Field Details
-
layout
-
-
Constructor Details
-
LayoutPointSelectionListener
Crea un nuevo AreaListenerImpl.- Parameters:
mc- MapControl.
-
-
Method Details
-
point
public void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException Description copied from interface:LayoutPointListenerInvocado cuando se hace un pressed sobre la vista.- Specified by:
pointin interfaceLayoutPointListener- Parameters:
event- PointEvent.- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException- se lanza cuando falla la herramienta.- See Also:
-
getImageCursor
Description copied from interface:LayoutToolListenerDevuelve la imagen del cursor de la herramienta.- Specified by:
getImageCursorin interfaceLayoutToolListener- Returns:
- ImageCursor.
- See Also:
-
cancelDrawing
public boolean cancelDrawing()Description copied from interface:LayoutToolListenerCondición para que se cancele el dibujado.- Specified by:
cancelDrawingin interfaceLayoutToolListener- Returns:
- True si se cancela el dibujado.
- See Also:
-
pointDoubleClick
public void pointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException - Specified by:
pointDoubleClickin interfaceLayoutPointListener- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-