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

cytoscape.visual.customgraphic
Class PersistImageTask

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

public class PersistImageTask
extends Object
implements cytoscape.task.Task


Method Summary
 String getTitle()
          Gets the Task Title.
 void halt()
          Halts the Task: Not Currently Implemented.
 void run()
          Execute task.
 void setTaskMonitor(cytoscape.task.TaskMonitor taskMonitor)
          Sets the Task Monitor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Execute task.

Specified by:
run in interface cytoscape.task.Task
Specified by:
run in interface Runnable

halt

public void halt()
Halts the Task: Not Currently Implemented.

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
Sets the Task Monitor.

Specified by:
setTaskMonitor in interface cytoscape.task.Task
Parameters:
taskMonitor - TaskMonitor Object.
Throws:
IllegalThreadStateException

getTitle

public String getTitle()
Gets the Task Title.

Specified by:
getTitle in interface cytoscape.task.Task
Returns:
Task Title.

www.cytoscape.org