org.gvsig.fmap.mapcontrol
Class MapControl.CancelDraw
java.lang.Object
org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
- All Implemented Interfaces:
- Cancellable
- Enclosing class:
- MapControl
public class MapControl.CancelDraw
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapControl.CancelDraw
public MapControl.CancelDraw()
- Creates a new
CancelDraw object.
setCanceled
public void setCanceled(boolean b)
- Specified by:
setCanceled in interface Cancellable
isCanceled
public boolean isCanceled()
- Specified by:
isCanceled in interface Cancellable
Copyright © 2004-2013 gvSIG. All Rights Reserved.