Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.work.TaskMonitor

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 packages everything relating to tasks in Cytoscape. 
 

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.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.