public static enum TapChainEditor.InteractionType extends java.lang.Enum<TapChainEditor.InteractionType>
| Enum Constant and Description |
|---|
CROSSING |
GOOUTSIDE |
INSIDE |
NONE |
OUTSIDE |
TOUCH_BOTTOM |
TOUCH_LEFT |
TOUCH_RIGHT |
TOUCH_TOP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
touching() |
static TapChainEditor.InteractionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TapChainEditor.InteractionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TapChainEditor.InteractionType INSIDE
public static final TapChainEditor.InteractionType TOUCH_LEFT
public static final TapChainEditor.InteractionType TOUCH_RIGHT
public static final TapChainEditor.InteractionType TOUCH_TOP
public static final TapChainEditor.InteractionType TOUCH_BOTTOM
public static final TapChainEditor.InteractionType NONE
public static final TapChainEditor.InteractionType GOOUTSIDE
public static final TapChainEditor.InteractionType OUTSIDE
public static final TapChainEditor.InteractionType CROSSING
public static TapChainEditor.InteractionType[] values()
for (TapChainEditor.InteractionType c : TapChainEditor.InteractionType.values()) System.out.println(c);
public static TapChainEditor.InteractionType 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 nullpublic boolean touching()