| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
| Modifier and Type | Method and Description |
|---|---|
static EmoticonType |
EmoticonType.get(String id)
Return "bubble type" for it's ID.
|
EmoticonType |
Emoticon.getCenterEmoticon() |
EmoticonType |
Emoticons.getCurrentCenterEmoticonType()
Returns current bot center emoticon.
|
EmoticonType[] |
Emoticons.getCurrentEmoticonTypes()
Returns all 3 emoticons as currently displayed by you (displayed from LEFT-to-RIGHT).
|
EmoticonType |
Emoticons.getCurrentLeftEmoticonType()
Returns current bot left emoticon.
|
EmoticonType |
Emoticons.getCurrentRightEmoticonType()
Returns current bot right emoticon.
|
EmoticonType[] |
Emoticon.getEmoticonTypes()
Returns all 3 emoticons as currently displayed by you (displayed from LEFT-to-RIGHT).
|
EmoticonType |
Emoticon.getLeftEmoticon() |
EmoticonType |
Emoticon.getRightEmoticon() |
static EmoticonType |
EmoticonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmoticonType[] |
EmoticonType.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 type)
Deprecated.
|
void |
Emoticons.setCenterEmoticonType(EmoticonType type,
double duration)
Deprecated.
|
void |
Emoticons.setCenterEmoticonType(EmoticonType centerEmoticon,
double duration,
EmoticonBubbleType bubble)
Deprecated.
|
void |
Emoticons.setDoubleEmoticon(EmoticonType left,
EmoticonType right)
Deprecated.
|
void |
Emoticons.setDoubleEmoticon(EmoticonType left,
EmoticonType right,
double duration)
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)
Deprecated.
|
void |
Emoticons.setTripleEmoticon(EmoticonType left,
EmoticonType center,
EmoticonType right,
double duration)
Deprecated.
|
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.