Uses of Class
org.robokind.api.speech.viseme.Viseme

Packages that use Viseme
org.robokind.api.speech.viseme   
org.robokind.api.speech.viseme.config   
 

Uses of Viseme in org.robokind.api.speech.viseme
 

Methods in org.robokind.api.speech.viseme that return Viseme
static Viseme Viseme.getById(int visemeId)
           
 Viseme DefaultVisemeEvent.getCurrentViseme()
           
 Viseme VisemeEvent.getCurrentViseme()
           
 Viseme DefaultVisemeEvent.getNextViseme()
           
 Viseme VisemeEvent.getNextViseme()
           
static Viseme Viseme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Viseme[] Viseme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.robokind.api.speech.viseme with parameters of type Viseme
 Map<Integer,NormalizedDouble> VisemeBindingManager.getBindingValues(Viseme viseme)
           
 NormalizedDouble VisemeBinding.getValue(Viseme viseme)
           
 void VisemeBinding.setVisemeValue(Viseme viseme, NormalizedDouble value)
           
 

Uses of Viseme in org.robokind.api.speech.viseme.config
 

Methods in org.robokind.api.speech.viseme.config that return types with arguments of type Viseme
 Map<Viseme,NormalizedDouble> VisemeBindingConfig.getVisemePositions()
           
 



Copyright © 2011-2012. All Rights Reserved.