|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.customgraphic.PersistImageTask
public class PersistImageTask
Constructor Summary | |
---|---|
protected |
PersistImageTask(File location)
Constructor. |
Method Summary | |
---|---|
String |
getTitle()
Gets the Task Title. |
void |
halt()
Halts the Task: Not Currently Implemented. |
void |
run()
Execute task. |
void |
setTaskMonitor(TaskMonitor taskMonitor)
Sets the Task Monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PersistImageTask(File location)
fileName
- Absolute path to the Session file.Method Detail |
---|
public void run()
run
in interface Task
run
in interface Runnable
public void halt()
halt
in interface Haltable
halt
in interface Task
public void setTaskMonitor(TaskMonitor taskMonitor) throws IllegalThreadStateException
setTaskMonitor
in interface Task
taskMonitor
- TaskMonitor Object.
IllegalThreadStateException
- Indicates that the TaskMonitor has
already been set.public String getTitle()
getTitle
in interface Task
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |