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

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

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

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

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

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