org.gvsig.raster.algorithm.gui
Class Cancel

java.lang.Object
  extended by org.gvsig.raster.algorithm.gui.Cancel
All Implemented Interfaces:
Cancellable

public class Cancel
extends java.lang.Object
implements Cancellable


Constructor Summary
Cancel()
          Crea un nuevo CancelDraw.
 
Method Summary
 boolean isCanceled()
          Determines if the related task must be canceled.
 void setCanceled(boolean b)
          Insertar si se debe cancelar el dibujado.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cancel

public Cancel()
Crea un nuevo CancelDraw.

Method Detail

isCanceled

public boolean isCanceled()
Description copied from interface: Cancellable

Determines if the related task must be canceled.

Specified by:
isCanceled in interface Cancellable
Returns:
true if task must been canceled; otherwise false
See Also:
com.iver.utiles.swing.threads.Cancellable#isCanceled()

setCanceled

public void setCanceled(boolean b)
Insertar si se debe cancelar el dibujado.

Specified by:
setCanceled in interface Cancellable
Parameters:
b - true si se debe cancelar el dibujado.
See Also:
Cancellable.isCanceled()


Copyright © 2014 gvSIG Association. All Rights Reserved.