es.prodevelop.gvsig.mobile.fmap.util.cancel
Class Cancellable

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.util.cancel.Cancellable

public class Cancellable
extends java.lang.Object

Interfaz para poder cancelar el dibujado sobre el Graphics.


Constructor Summary
Cancellable()
           
 
Method Summary
 boolean isCanceled()
           
 void setCanceled(boolean c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cancellable

public Cancellable()
Method Detail

isCanceled

public boolean isCanceled()

setCanceled

public void setCanceled(boolean c)