Uses of Class
org.cytoscape.view.layout.LayoutPartition
Package
Description
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
Modifier and TypeFieldDescriptionprotected List<LayoutPartition>
AbstractPartitionLayoutTask.partitionList
The list of LayoutPartition objects that get laid out.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionabstract void
AbstractPartitionLayoutTask.layoutPartition(LayoutPartition partition)
Override this method and layout the LayoutPartion just like you would a NetworkView.Modifier and TypeMethodDescriptionprotected double
AbstractPartitionLayoutTask.calculate_max_dimension(double width, double height, double screen_width, double screen_height, List<LayoutPartition> partitionList)