|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mechio.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.jflux.api.common.rk.config.VersionProperty |
VERSION
Controller type VersionProperty. |
static java.lang.String |
VERSION_NAME
Service type version name. |
static java.lang.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. |
java.util.Map<java.lang.Integer,org.jflux.api.common.rk.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 java.lang.String VERSION_NAME
public static final java.lang.String VERSION_NUMBER
public static final org.jflux.api.common.rk.config.VersionProperty VERSION
| Constructor Detail |
|---|
public VisemeBindingManager()
| Method Detail |
|---|
public void addBinding(VisemeBinding binding)
binding - VisemeBinding to addpublic java.util.Map<java.lang.Integer,org.jflux.api.common.rk.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 | |||||||||