public static enum ModalGraphMouse.Mode extends java.lang.Enum<ModalGraphMouse.Mode>
| Enum Constant and Description |
|---|
ANNOTATING |
EDITING |
PICKING |
TRANSFORMING |
| Modifier and Type | Method and Description |
|---|---|
static ModalGraphMouse.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModalGraphMouse.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModalGraphMouse.Mode TRANSFORMING
public static final ModalGraphMouse.Mode PICKING
public static final ModalGraphMouse.Mode ANNOTATING
public static final ModalGraphMouse.Mode EDITING
public static ModalGraphMouse.Mode[] values()
for (ModalGraphMouse.Mode c : ModalGraphMouse.Mode.values()) System.out.println(c);
public static ModalGraphMouse.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null