public static enum CyGroupSettingsManager.GroupViewType extends Enum<CyGroupSettingsManager.GroupViewType>
CyGroupSettingsManager.GroupViewType enum provides the options for
how to visualize a group.| Enum Constant and Description |
|---|
COMPOUND |
NONE |
SHOWGROUPNODE |
SINGLENODE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CyGroupSettingsManager.GroupViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyGroupSettingsManager.GroupViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CyGroupSettingsManager.GroupViewType NONE
public static final CyGroupSettingsManager.GroupViewType COMPOUND
public static final CyGroupSettingsManager.GroupViewType SINGLENODE
public static final CyGroupSettingsManager.GroupViewType SHOWGROUPNODE
public static CyGroupSettingsManager.GroupViewType[] values()
for (CyGroupSettingsManager.GroupViewType c : CyGroupSettingsManager.GroupViewType.values()) System.out.println(c);
public static CyGroupSettingsManager.GroupViewType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<CyGroupSettingsManager.GroupViewType>Copyright 2011-2015 Cytoscape Consortium. All rights reserved.