Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.ui
Class RedrawTask

java.lang.Object
  extended by cytoscape.visual.ui.RedrawTask
All Implemented Interfaces:
cytoscape.task.Haltable, cytoscape.task.Task, Runnable

public class RedrawTask
extends Object
implements cytoscape.task.Task


Method Summary
 String getTitle()
           
 void halt()
           
 void run()
           
 void setTaskMonitor(cytoscape.task.TaskMonitor taskMonitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface cytoscape.task.Task
Specified by:
run in interface Runnable

halt

public void halt()
Specified by:
halt in interface cytoscape.task.Haltable
Specified by:
halt in interface cytoscape.task.Task

setTaskMonitor

public void setTaskMonitor(cytoscape.task.TaskMonitor taskMonitor)
                    throws IllegalThreadStateException
Specified by:
setTaskMonitor in interface cytoscape.task.Task
Throws:
IllegalThreadStateException

getTitle

public String getTitle()
Specified by:
getTitle in interface cytoscape.task.Task

www.cytoscape.org