Class LayoutAddRectangleWithDialogListener

All Implemented Interfaces:
LayoutRectangleListener, LayoutToolListener
Direct Known Subclasses:
LayoutAddBoxListenerImpl, LayoutAddLegendListenerImpl, LayoutAddMapBoxListenerImpl, LayoutAddNorthListenerImpl, LayoutAddOverViewListenerImpl, LayoutAddPictureListenerImpl, LayoutAddScaleListenerImpl, LayoutAddTextListenerImpl, LayoutAddViewListenerImpl

public abstract class LayoutAddRectangleWithDialogListener extends LayoutAddRectangleListener
Version:
$Id$
Author:
gvSIG Team
  • Constructor Details

    • LayoutAddRectangleWithDialogListener

      public LayoutAddRectangleWithDialogListener(LayoutPanel layoutPanel)
      Parameters:
      layoutPanel -
  • Method Details

    • rectangle

      public void rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent event) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
      Description copied from interface: LayoutRectangleListener
      Invocado cuando el usuario selecciona un rectángulo en la vista.
      Specified by:
      rectangle in interface LayoutRectangleListener
      Overrides:
      rectangle in class LayoutAddRectangleListener
      Parameters:
      event - Rectangle.
      Throws:
      org.gvsig.fmap.mapcontrol.tools.BehaviorException
      See Also:
      • RectangleListener.rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent)
    • getFFrameName

      public abstract String getFFrameName()