Uses of Class
hmi.elckerlyc.animationengine.AnimationPlanner

Packages that use AnimationPlanner
hmi.elckerlyc.speechengine   
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
 

Uses of AnimationPlanner in hmi.elckerlyc.speechengine
 

Fields in hmi.elckerlyc.speechengine declared as AnimationPlanner
private  AnimationPlanner TTSPlanner.animationPlanner
           
 

Constructors in hmi.elckerlyc.speechengine with parameters of type AnimationPlanner
TTSPlanner(TTSUnitFactory suf, VerbalPlayer p, TTSBinding ttsBin, FacePlanner fp, AnimationPlanner ap)
           
 

Uses of AnimationPlanner in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as AnimationPlanner
private  AnimationPlanner GenericVirtualHuman.theAnimationPlanner
           
 

Methods in hmi.environment.avatars that return AnimationPlanner
 AnimationPlanner VirtualHuman.getAnimationPlanner()
           
 AnimationPlanner GenericVirtualHuman.getAnimationPlanner()
           
 

Methods in hmi.environment.avatars with parameters of type AnimationPlanner
 void GenericVirtualHuman.setAnimationPlanner(AnimationPlanner ap)