|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.Emoticon
public class Emoticon
Represents bot emoticon. Bot emoticon consists from up to three emoticons and background bubble.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
EmoticonBubbleType |
getBubble()
|
EmoticonType |
getCenterEmoticon()
|
int |
getEmoticonCount()
|
EmoticonType[] |
getEmoticonTypes()
Returns all 3 emoticons as currently displayed by you (displayed from LEFT-to-RIGHT). 0 emoticons displayed: returns [] 1 emoticon displayed: returns [CENTER] 2 emoticons displayed: returns [LEFT, RIGHT] 3 emoticons displayed: returns [LEFT, CENTER, RIGHT] |
EmoticonType |
getLeftEmoticon()
|
EmoticonType |
getRightEmoticon()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Emoticon(EmoticonType leftEmoticon,
EmoticonType centerEmoticon,
EmoticonType rightEmoticon,
EmoticonBubbleType bubble)
leftEmoticon - centerEmoticon - rightEmoticon - bubble -
public Emoticon(EmoticonType centerEmoticon,
EmoticonBubbleType bubble)
centerEmoticon - bubble -
public Emoticon(EmoticonType leftEmoticon,
EmoticonType rightEmoticon,
EmoticonBubbleType bubble)
leftEmoticon - rightEmoticon - bubble - | Method Detail |
|---|
public EmoticonBubbleType getBubble()
public EmoticonType getCenterEmoticon()
public EmoticonType getLeftEmoticon()
public EmoticonType getRightEmoticon()
public int getEmoticonCount()
public EmoticonType[] getEmoticonTypes()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||