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 Details

    • iPolygon

      public static final Image iPolygon
  • Constructor Details

    • LayoutAddPolygonListenerImpl

      public LayoutAddPolygonListenerImpl(LayoutPanel layoutPanel)
      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: LayoutPointListener
      Invocado cuando se hace un pressed sobre la vista.
      Specified by:
      point in interface LayoutPointListener
      Parameters:
      event - PointEvent.
      See Also:
      • PointListener.point(com.iver.cit.gvsig.fmap.tools.PointEvent)
    • getImageCursor

      public Image getImageCursor()
      Description copied from interface: LayoutToolListener
      Devuelve la imagen del cursor de la herramienta.
      Specified by:
      getImageCursor in interface LayoutToolListener
      Returns:
      ImageCursor.
      See Also:
      • invalid reference
        org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener#getCursor()
    • cancelDrawing

      public boolean cancelDrawing()
      Description copied from interface: LayoutToolListener
      Condición para que se cancele el dibujado.
      Specified by:
      cancelDrawing in interface LayoutToolListener
      Returns:
      True si se cancela el dibujado.
      See Also:
      • ToolListener.cancelDrawing()
    • pointDoubleClick

      public void pointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event)
      Specified by:
      pointDoubleClick in interface LayoutPointListener
    • endGraphic

      public void endGraphic()
      Specified by:
      endGraphic in interface ILayoutGraphicListener
    • createGeometryAdapter

      public GeometryAdapter createGeometryAdapter()
      Specified by:
      createGeometryAdapter in interface ILayoutGraphicListener