public interface CyLayoutAlgorithmManager
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LAYOUT_NAME
The name of the default layout.
|
static String |
DEFAULT_LAYOUT_PROPERTY_NAME
The name of the default layout property.
|
Modifier and Type | Method and Description |
---|---|
Collection<CyLayoutAlgorithm> |
getAllLayouts()
Returns a collection of all available layouts.
|
CyLayoutAlgorithm |
getDefaultLayout()
Returns the default layout.
|
CyLayoutAlgorithm |
getLayout(String name)
Returns a layout algorithm of the specified name and null if no
algorithm exists with that name.
|
static final String DEFAULT_LAYOUT_NAME
static final String DEFAULT_LAYOUT_PROPERTY_NAME
CyLayoutAlgorithm getLayout(String name)
name
- The name of the algorithm.Collection<CyLayoutAlgorithm> getAllLayouts()
CyLayoutAlgorithm getDefaultLayout()
Copyright 2011 Cytoscape Consortium. All rights reserved.