private static enum ContextPanel.GraphType extends Enum<ContextPanel.GraphType>
| Enum Constant and Description |
|---|
DIRECTED |
MIXED |
UNDIRECTED |
| Modifier and Type | Method and Description |
|---|---|
static ContextPanel.GraphType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextPanel.GraphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextPanel.GraphType DIRECTED
public static final ContextPanel.GraphType UNDIRECTED
public static final ContextPanel.GraphType MIXED
protected final String type
public static ContextPanel.GraphType[] values()
for (ContextPanel.GraphType c : ContextPanel.GraphType.values()) System.out.println(c);
public static ContextPanel.GraphType 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 nullCopyright © 2007–2015 Gephi Consortium. All rights reserved.