Uses of Interface
org.cytoscape.view.layout.CyLayoutAlgorithm
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 CyLayoutAlgorithm in org.cytoscape.view.layout
Modifier and TypeClassDescriptionclass
The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.Modifier and TypeMethodDescriptionCyLayoutAlgorithmManager.getDefaultLayout()
Returns Cytoscape's default layout.Returns a layout algorithm of the specified name and null if no algorithm exists with that name.CyLayoutAlgorithmManager.setDefaultLayout
(CyLayoutAlgorithm layout) Changes Cytoscape's default layout.Modifier and TypeMethodDescriptionCyLayoutAlgorithmManager.getAllLayouts()
Returns a collection of all available layouts.Modifier and TypeMethodDescriptionCyLayoutAlgorithmManager.getLayoutAttribute
(CyLayoutAlgorithm layout, CyNetworkView view) Returns the attribute name that has been associated with the layout, or the empty string if there is no valid attribute associated to the layout for the given view.CyLayoutAlgorithmManager.setDefaultLayout
(CyLayoutAlgorithm layout) Changes Cytoscape's default layout.void
CyLayoutAlgorithmManager.setLayoutAttribute
(CyLayoutAlgorithm layout, String layoutAttribute) Associates an attribute name with the layout.