| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
| Modifier and Type | Method and Description |
|---|---|
static EmoticonBubbleType |
EmoticonBubbleType.get(String id)
Return "bubble type" for it's ID.
|
EmoticonBubbleType |
Emoticon.getBubble() |
EmoticonBubbleType |
Emoticons.getCurrentBubbleType()
Returns current bot bubble.
|
static EmoticonBubbleType |
EmoticonBubbleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmoticonBubbleType[] |
EmoticonBubbleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Emoticons.setCenterEmoticonType(EmoticonType centerEmoticon,
double duration,
EmoticonBubbleType bubble)
Deprecated.
|
void |
Emoticons.setDoubleEmoticon(EmoticonType left,
EmoticonType right,
double duration,
EmoticonBubbleType bubble)
Deprecated.
|
void |
Emoticons.setEmoticons(double duration,
EmoticonBubbleType bubble,
EmoticonType... emoticons)
May set multiple emoticons at once.
|
void |
Emoticons.setTripleEmoticon(EmoticonType left,
EmoticonType center,
EmoticonType right,
double duration,
EmoticonBubbleType bubble)
Deprecated.
|
| Constructor and Description |
|---|
Emoticon(EmoticonType centerEmoticon,
EmoticonBubbleType bubble)
Single emoticon constructor - sets center emoticon type.
|
Emoticon(EmoticonType leftEmoticon,
EmoticonType rightEmoticon,
EmoticonBubbleType bubble)
Double emoticon constructor - sets left and right emoticon (only way to display
double emoticon).
|
Emoticon(EmoticonType leftEmoticon,
EmoticonType centerEmoticon,
EmoticonType rightEmoticon,
EmoticonBubbleType bubble)
Triple emoticon constructor - has to have all three emoticons set.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.