Package | Description |
---|---|
org.cytoscape.group |
This package provides an API for creating and managing
groups in Cytoscape.
|
Modifier and Type | Method and Description |
---|---|
CyGroupSettingsManager.GroupViewType |
CyGroupSettingsManager.getGroupViewType()
Get the current default
CyGroupSettingsManager.GroupViewType . |
CyGroupSettingsManager.GroupViewType |
CyGroupSettingsManager.getGroupViewType(CyGroup group)
Get the current
CyGroupSettingsManager.GroupViewType for the specified group. |
static CyGroupSettingsManager.GroupViewType |
CyGroupSettingsManager.GroupViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyGroupSettingsManager.GroupViewType[] |
CyGroupSettingsManager.GroupViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CyGroupSettingsManager.setGroupViewType(CyGroup group,
CyGroupSettingsManager.GroupViewType action)
Set the
CyGroupSettingsManager.GroupViewType for a specific group. |
void |
CyGroupSettingsManager.setGroupViewType(CyGroupSettingsManager.GroupViewType action)
Set the current default
CyGroupSettingsManager.GroupViewType . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.