|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viseme | |
---|---|
org.robokind.api.speech.viseme |
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)
Returns the Viseme with the given Id. |
Viseme |
DefaultVisemeEvent.getCurrentViseme()
|
Viseme |
VisemeEvent.getCurrentViseme()
Returns the current Viseme at the time of the event. |
Viseme |
DefaultVisemeEvent.getNextViseme()
|
Viseme |
VisemeEvent.getNextViseme()
Returns the Viseme to transition to. |
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 that return types with arguments of type Viseme | |
---|---|
Map<Viseme,org.robokind.api.common.position.NormalizedDouble> |
VisemeBinding.getVisemeValueMap()
|
Methods in org.robokind.api.speech.viseme with parameters of type Viseme | |
---|---|
Map<Integer,org.robokind.api.common.position.NormalizedDouble> |
VisemeBindingManager.getBindingValues(Viseme viseme)
Returns a Map of binding keys to NormalizedDoubles for the given Viseme. |
org.robokind.api.common.position.NormalizedDouble |
VisemeBinding.getValue(Viseme viseme)
Returns the NormalizedDouble mapped to the given Viseme. |
void |
VisemeBinding.setVisemeValue(Viseme viseme,
org.robokind.api.common.position.NormalizedDouble value)
Sets the NormalizedDouble to be mapped to the given Viseme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |