|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EmoticonBubbleType>
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.EmoticonBubbleType
public enum EmoticonBubbleType
Bubbles that can be used as a background for emoticons
| Method Summary | |
|---|---|
static EmoticonBubbleType |
get(String id)
Return "bubble type" for it's ID. |
static boolean |
has(String id)
Whether we have this EmoticonBubbleType. |
static EmoticonBubbleType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EmoticonBubbleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EmoticonBubbleType NONE
public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_LEFT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_RIGHT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_CENTER
public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_THOUGHT_LEFT
public static final EmoticonBubbleType BUBBLE_THOUGHT_RIGHT
public static final EmoticonBubbleType BUBBLE_THOUGHT_CENTER
public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_NORMAL_LEFT
public static final EmoticonBubbleType BUBBLE_NORMAL_RIGHT
public static final EmoticonBubbleType BUBBLE_NORMAL_CENTER
| Method Detail |
|---|
public static EmoticonBubbleType[] values()
for (EmoticonBubbleType c : EmoticonBubbleType.values()) System.out.println(c);
public static EmoticonBubbleType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static EmoticonBubbleType get(String id)
id -
public static boolean has(String id)
id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||