Uses of Class
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.EmoticonBubbleType

Packages that use EmoticonBubbleType
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric   
 

Uses of EmoticonBubbleType in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return EmoticonBubbleType
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.
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with parameters of type EmoticonBubbleType
 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. 
 

Constructors in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with parameters of type EmoticonBubbleType
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 © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.