|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutPartition | |
---|---|
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 LayoutPartition in org.cytoscape.view.layout |
---|
Fields in org.cytoscape.view.layout with type parameters of type LayoutPartition | |
---|---|
protected List<LayoutPartition> |
AbstractPartitionLayoutTask.partitionList
The list of LayoutPartition objects that get laid out. |
Methods in org.cytoscape.view.layout that return types with arguments of type LayoutPartition | |
---|---|
static List<LayoutPartition> |
PartitionUtil.partition(CyNetworkView networkView,
boolean selectedOnly,
EdgeWeighter edgeWeighter)
Partition the graph -- this builds the LayoutEdge and LayoutNode arrays as a byproduct. |
static List<LayoutPartition> |
PartitionUtil.partition(CyNetworkView networkView,
Collection<CyNode> nodeSet,
EdgeWeighter edgeWeighter)
Partition the graph -- this builds the LayoutEdge and LayoutNode arrays as a byproduct. |
Methods in org.cytoscape.view.layout with parameters of type LayoutPartition | |
---|---|
abstract void |
AbstractPartitionLayoutTask.layoutPartion(LayoutPartition partition)
Override this method and layout the LayoutPartion just like you would a NetworkView. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |