Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.layout.CyLayoutAlgorithm

Packages that use CyLayoutAlgorithm
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
 class AbstractLayoutAlgorithm
          The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.
 

Methods in org.cytoscape.view.layout that return CyLayoutAlgorithm
 CyLayoutAlgorithm CyLayoutAlgorithmManager.getDefaultLayout()
          Returns the default layout.
 CyLayoutAlgorithm CyLayoutAlgorithmManager.getLayout(String name)
          Returns a layout algorithm of the specified name and null if no algorithm exists with that name.
 

Methods in org.cytoscape.view.layout that return types with arguments of type CyLayoutAlgorithm
 Collection<CyLayoutAlgorithm> CyLayoutAlgorithmManager.getAllLayouts()
          Returns a collection of all available layouts.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.