Uses of Class
org.cytoscape.view.layout.AbstractPartitionLayoutTask
-
Packages that use AbstractPartitionLayoutTask Package Description 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. -
-
Uses of AbstractPartitionLayoutTask in org.cytoscape.view.layout
Subclasses of AbstractPartitionLayoutTask in org.cytoscape.view.layout Modifier and Type Class Description class
AbstractParallelPartitionLayoutTask
This is an even more helpful implementation of a LayoutAlgorithm Task that extends AbstractPartitionLayoutTask and does the work of partitioning the CyNetworkView so that partitions may be laid out individually.
-