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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLayoutAlgorithm
The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<CyLayoutAlgorithm> |
CyLayoutAlgorithmManager.getAllLayouts()
Returns a collection of all available layouts.
|
Modifier and Type | Method and Description |
---|---|
CyLayoutAlgorithm |
CyLayoutAlgorithmManager.setDefaultLayout(CyLayoutAlgorithm layout)
Changes Cytoscape's default layout.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.