public class Emoticon extends Object
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
EmoticonType |
getLeftEmoticon() |
EmoticonType |
getRightEmoticon() |
int |
hashCode() |
String |
toString() |
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 - public EmoticonBubbleType getBubble()
public EmoticonType getCenterEmoticon()
public EmoticonType getLeftEmoticon()
public EmoticonType getRightEmoticon()
public int getEmoticonCount()
public EmoticonType[] getEmoticonTypes()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.