public static enum WiredPlugin.IH extends Enum<WiredPlugin.IH>
InteractionHandler
s used by WIRED.Enum Constant and Description |
---|
DEFAULT |
MEASURE |
PICK_HOVER |
PICK_RECTANGLE |
ROTATE_BALL |
ROTATE_FLAT |
TRANSLATE |
ZOOM_ANGLE |
ZOOM_DRAG |
ZOOM_RECTANGLE |
Modifier and Type | Method and Description |
---|---|
ControlPanel |
control() |
InteractionHandler |
get()
Returns interaction handler associated with this enum constant.
|
int |
keyCode() |
static WiredPlugin.IH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WiredPlugin.IH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WiredPlugin.IH DEFAULT
public static final WiredPlugin.IH ZOOM_DRAG
public static final WiredPlugin.IH ZOOM_RECTANGLE
public static final WiredPlugin.IH ZOOM_ANGLE
public static final WiredPlugin.IH ROTATE_BALL
public static final WiredPlugin.IH ROTATE_FLAT
public static final WiredPlugin.IH TRANSLATE
public static final WiredPlugin.IH MEASURE
public static final WiredPlugin.IH PICK_HOVER
public static final WiredPlugin.IH PICK_RECTANGLE
public static WiredPlugin.IH[] values()
for (WiredPlugin.IH c : WiredPlugin.IH.values()) System.out.println(c);
public static WiredPlugin.IH 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 InteractionHandler get()
public int keyCode()
public ControlPanel control()
Copyright © 1996-2014 FreeHEP. All Rights Reserved.