Uses of Interface
org.cytoscape.view.layout.CyLayoutAlgorithm
-
Packages that use CyLayoutAlgorithm 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 CyLayoutAlgorithm in org.cytoscape.view.layout
Classes in org.cytoscape.view.layout that implement CyLayoutAlgorithm Modifier and Type Class Description class
AbstractLayoutAlgorithm
The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.Methods in org.cytoscape.view.layout that return CyLayoutAlgorithm Modifier and Type Method Description CyLayoutAlgorithm
CyLayoutAlgorithmManager. getDefaultLayout()
Returns Cytoscape's default layout.CyLayoutAlgorithm
CyLayoutAlgorithmManager. getLayout(String name)
Returns a layout algorithm of the specified name and null if no algorithm exists with that name.CyLayoutAlgorithm
CyLayoutAlgorithmManager. setDefaultLayout(CyLayoutAlgorithm layout)
Changes Cytoscape's default layout.Methods in org.cytoscape.view.layout that return types with arguments of type CyLayoutAlgorithm Modifier and Type Method Description Collection<CyLayoutAlgorithm>
CyLayoutAlgorithmManager. getAllLayouts()
Returns a collection of all available layouts.Methods in org.cytoscape.view.layout with parameters of type CyLayoutAlgorithm Modifier and Type Method Description String
CyLayoutAlgorithmManager. 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.CyLayoutAlgorithm
CyLayoutAlgorithmManager. setDefaultLayout(CyLayoutAlgorithm layout)
Changes Cytoscape's default layout.void
CyLayoutAlgorithmManager. setLayoutAttribute(CyLayoutAlgorithm layout, String layoutAttribute)
Associates an attribute name with the layout.
-