com.iver.cit.gvsig.gui.toolListeners
Class WCSZoomPixelCursorListener

java.lang.Object
  extended bycom.iver.cit.gvsig.gui.toolListeners.WCSZoomPixelCursorListener

public class WCSZoomPixelCursorListener
extends java.lang.Object

Author:
Nacho Brodin (brodin_ign@gva.es)

Constructor Summary
WCSZoomPixelCursorListener(MapControl mc)
          Crea un nuevo AreaListenerImpl.
 
Method Summary
 boolean cancelDrawing()
           
 java.awt.Cursor getCursor()
           
 void point(PointEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSZoomPixelCursorListener

public WCSZoomPixelCursorListener(MapControl mc)
Crea un nuevo AreaListenerImpl.

Parameters:
mc - DOCUMENT ME!
Method Detail

point

public void point(PointEvent event)
           throws BehaviorException
Throws:
BehaviorException

getCursor

public java.awt.Cursor getCursor()
See Also:
com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener#getCursor()

cancelDrawing

public boolean cancelDrawing()
See Also:
com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener#cancelDrawing()