org.gvsig.fmap.mapcontrol
Class MapControl.CancelDraw

java.lang.Object
  extended by org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
All Implemented Interfaces:
org.gvsig.tools.task.Cancellable
Enclosing class:
MapControl

public class MapControl.CancelDraw
extends java.lang.Object
implements org.gvsig.tools.task.Cancellable

An instance of CancelDraw will be shared by all this MapControl's MapContext layers, allowing receive a notification that, when they're been drawn, to be cancelled.

Author:
Fernando Gonz�lez Cort�s
See Also:
Cancellable

Constructor Summary
MapControl.CancelDraw()
          Creates a new CancelDraw object.
 
Method Summary
 boolean isCanceled()
           
 void setCanceled(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapControl.CancelDraw

public MapControl.CancelDraw()
Creates a new CancelDraw object.

Method Detail

isCanceled

public boolean isCanceled()
Specified by:
isCanceled in interface org.gvsig.tools.task.Cancellable

setCanceled

public void setCanceled(boolean b)
Specified by:
setCanceled in interface org.gvsig.tools.task.Cancellable


Copyright © 2014 gvSIG Association. All Rights Reserved.