public enum ToolSelectionType extends Enum<ToolSelectionType>
Tool
implementations.
Enum Constant and Description |
---|
NONE |
SELECTION |
SELECTION_AND_DRAGGING |
Modifier and Type | Method and Description |
---|---|
static ToolSelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolSelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolSelectionType NONE
public static final ToolSelectionType SELECTION
public static final ToolSelectionType SELECTION_AND_DRAGGING
public static ToolSelectionType[] values()
for (ToolSelectionType c : ToolSelectionType.values()) System.out.println(c);
public static ToolSelectionType 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.