|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.speech.viseme.VisemeBindingManager
public class VisemeBindingManager
A VisemeBindingManager holds a set of VisemeBindings with different binding keys. This manages synchronizing multiple output channels to speech.
Field Summary | |
---|---|
static org.robokind.api.common.config.VersionProperty |
VERSION
Controller type VersionProperty. |
static String |
VERSION_NAME
Service type version name. |
static String |
VERSION_NUMBER
Service type version number. |
Constructor Summary | |
---|---|
VisemeBindingManager()
Creates an empty VisemeBindingManager. |
Method Summary | |
---|---|
void |
addBinding(VisemeBinding binding)
Adds a VisemeBinding to this Manager. |
Map<Integer,org.robokind.api.common.position.NormalizedDouble> |
getBindingValues(Viseme viseme)
Returns a Map of binding keys to NormalizedDoubles for the given Viseme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String VERSION_NAME
public static final String VERSION_NUMBER
public static final org.robokind.api.common.config.VersionProperty VERSION
Constructor Detail |
---|
public VisemeBindingManager()
Method Detail |
---|
public void addBinding(VisemeBinding binding)
binding
- VisemeBinding to addpublic Map<Integer,org.robokind.api.common.position.NormalizedDouble> getBindingValues(Viseme viseme)
viseme
- Viseme value to retrieve from each VisemeBinding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |