Class LayoutAddPolygonListenerImpl
java.lang.Object
org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
org.gvsig.app.project.documents.layout.tools.LayoutAddPolygonListenerImpl
- All Implemented Interfaces:
ILayoutGraphicListener,LayoutPointListener,LayoutToolListener
public class LayoutAddPolygonListenerImpl
extends AbstractLayoutToolListener
implements LayoutPointListener, ILayoutGraphicListener
Implementaci�n de la interfaz LayoutPointListener como herramienta para
realizar
un zoom menos.
- Author:
- Vicente Caballero Navarro
-
Field Summary
FieldsFields inherited from class org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
layoutManager, layoutPanel -
Constructor Summary
ConstructorsConstructorDescriptionLayoutAddPolygonListenerImpl(LayoutPanel layoutPanel) Crea un nuevo LayoutZoomOutListenerImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCondición para que se cancele el dibujado.voidDevuelve 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
-
iPolygon
-
-
Constructor Details
-
LayoutAddPolygonListenerImpl
Crea un nuevo LayoutZoomOutListenerImpl.- Parameters:
mapControl- MapControl.
-
-
Method Details
-
point
public void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) Description copied from interface:LayoutPointListenerInvocado cuando se hace un pressed sobre la vista.- Specified by:
pointin interfaceLayoutPointListener- Parameters:
event- PointEvent.- 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) - Specified by:
pointDoubleClickin interfaceLayoutPointListener
-
endGraphic
public void endGraphic()- Specified by:
endGraphicin interfaceILayoutGraphicListener
-
createGeometryAdapter
- Specified by:
createGeometryAdapterin interfaceILayoutGraphicListener
-