Class LayoutEditMapBoxListenerImpl

java.lang.Object
org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
org.gvsig.layout.mapbox.tools.LayoutEditMapBoxListenerImpl
All Implemented Interfaces:
LayoutToolListener

public class LayoutEditMapBoxListenerImpl extends AbstractLayoutToolListener
Implementacion de la interfaz LayoutPanListener como herramienta para realizar una seleccion.
Author:
gvSIG team
  • Field Details

    • icrux

      public static final Image icrux
  • Constructor Details

    • LayoutEditMapBoxListenerImpl

      public LayoutEditMapBoxListenerImpl(LayoutPanel layoutPanel)
      Crea un nuevo LayoutSelectionListenerImpl.
      Parameters:
      l - Layout.
  • Method Details

    • getImageCursor

      public Image getImageCursor()
      Description copied from interface: LayoutToolListener
      Devuelve la imagen del cursor de la herramienta.
      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.
      Returns:
      True si se cancela el dibujado.
      See Also:
      • ToolListener.cancelDrawing()
    • selectCell

      public void selectCell(FFrameMapBox frame, Cell cell)
    • drag

      public void drag(FFrameMapBox frame, Integer relativePosition, Cell cell, Point2D.Double secondPoint)