java.lang.Object
org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl
org.gvsig.app.project.documents.view.toolListeners.ZoomOutListener
All Implemented Interfaces:
org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener, org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener

public class ZoomOutListener extends org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl

Inherits ZoomOutListenerImpl enabling/disabling special controls for managing the data selected.

Author:
Vicente Caballero Navarro
See Also:
  • ZoomOutListenerImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
    ZoomOutListener(org.gvsig.fmap.mapcontrol.MapControl mapCtrl)
    Creates a new ZoomOutListener object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event)
     

    Methods inherited from class org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl

    cancelDrawing, getImageCursor, pointDoubleClick

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ZoomOutListener

      public ZoomOutListener(org.gvsig.fmap.mapcontrol.MapControl mapCtrl)

      Creates a new ZoomOutListener object.

      Parameters:
      mapCtrl - the MapControl where be applied the changes
  • Method Details

    • point

      public void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event)
      Specified by:
      point in interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener
      Overrides:
      point in class org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl