|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharacterType | |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric | |
| Uses of CharacterType in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
|---|
| Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return CharacterType | |
|---|---|
CharacterType |
Animations.getCurrentCharacter()
Returns current character type. |
static CharacterType |
CharacterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CharacterType[] |
CharacterType.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 that return types with arguments of type CharacterType | |
|---|---|
static Collection<CharacterType> |
CharacterType.getCollection()
|
| Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with parameters of type CharacterType | |
|---|---|
HashSet<AnimType> |
Animations.getAvailableAnimations(CharacterType charType)
Returns all available animations for a character. |
static HashSet<AnimType> |
AnimationCharacterMapping.getAvailableAnimations(CharacterType charType)
Returns all available animations for a character. |
boolean |
Animations.hasAnim(AnimType anim,
CharacterType charType)
Returns true if input character can play input animation. |
static boolean |
AnimationCharacterMapping.hasAnim(AnimType anim,
CharacterType character)
Returns true if input animation can be played by the input character. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||