|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyLayoutAlgorithmManager
This class provides access to the available layout algorithms.
Field Summary | |
---|---|
static String |
DEFAULT_LAYOUT_NAME
The name of the default layout. |
static String |
DEFAULT_LAYOUT_PROPERTY_NAME
The name of the default layout property. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String DEFAULT_LAYOUT_NAME
static final String DEFAULT_LAYOUT_PROPERTY_NAME
Method Detail |
---|
CyLayoutAlgorithm getLayout(String name)
name
- The name of the algorithm.
Collection<CyLayoutAlgorithm> getAllLayouts()
CyLayoutAlgorithm getDefaultLayout()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |