|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskMonitor | |
|---|---|
| org.cytoscape.view.layout | This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms. |
| org.cytoscape.work | This package defines the task framework, where tasks are units of work. |
| Uses of TaskMonitor in org.cytoscape.view.layout |
|---|
| Fields in org.cytoscape.view.layout declared as TaskMonitor | |
|---|---|
protected TaskMonitor |
AbstractPartitionLayoutTask.taskMonitor
The TaskMonitor initially set in the run method of the task. |
| Methods in org.cytoscape.view.layout with parameters of type TaskMonitor | |
|---|---|
void |
AbstractPartitionLayoutTask.doLayout(TaskMonitor taskMonitor)
AbstractGraphPartitionLayout implements the doLayout method of AbstractBasicLayout in which it calls the layoutParition method on each LayoutPartition object created for the network. |
protected abstract void |
AbstractLayoutTask.doLayout(TaskMonitor taskMonitor)
This method is designed to actually encapsulate the layout algorithm. |
void |
AbstractLayoutTask.run(TaskMonitor taskMonitor)
This method is called when the Task begins execution. |
| Uses of TaskMonitor in org.cytoscape.work |
|---|
| Methods in org.cytoscape.work with parameters of type TaskMonitor | |
|---|---|
void |
Task.run(TaskMonitor taskMonitor)
This method is called when the Task begins execution. |
abstract void |
AbstractTask.run(TaskMonitor taskMonitor)
This method is called when the Task begins execution. |
|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||