Package org.gvsig.fmap.mapcontrol
Class MapControl.CancelDraw
java.lang.Object
org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
- All Implemented Interfaces:
org.gvsig.tools.task.Cancellable
- Enclosing class:
MapControl
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CancelDraw
public CancelDraw()Creates a newCancelDrawobject.
-
-
Method Details
-
setCanceled
public void setCanceled(boolean b) - Specified by:
setCanceledin interfaceorg.gvsig.tools.task.Cancellable
-
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceorg.gvsig.tools.task.Cancellable
-