Uses of Interface
hmi.faceanimation.FaceController

Packages that use FaceController
hmi.elckerlyc.faceengine   
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
hmi.faceanimation This package and its subpackages contain the abstract interfacing to control a face, independent of the mesh rendering. 
hmi.faceanimation.converters.ui   
hmi.facegraphics This package and its subpackages make the connection between the abstract specification of face animations using Elckerlyc and the actual deformation of the mesh in the HmiGraphics packages. 
 

Uses of FaceController in hmi.elckerlyc.faceengine
 

Fields in hmi.elckerlyc.faceengine declared as FaceController
private  FaceController FacePlayer.faceController
           
 

Methods in hmi.elckerlyc.faceengine that return FaceController
 FaceController FacePlayer.getFaceController()
           
 

Constructors in hmi.elckerlyc.faceengine with parameters of type FaceController
FacePlayer(FaceController fc)
           
FacePlayer(FaceController fc, EmotionConverter ec, FACSConverter facsc)
           
 

Uses of FaceController in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as FaceController
private  FaceController GenericVirtualHuman.faceController
           
 

Methods in hmi.environment.avatars that return FaceController
 FaceController VirtualHuman.getFaceController()
           
 FaceController GenericVirtualHuman.getFaceController()
           
 

Methods in hmi.environment.avatars with parameters of type FaceController
protected  void GenericVirtualHuman.setFaceController(FaceController fc)
           
 

Uses of FaceController in hmi.faceanimation
 

Classes in hmi.faceanimation that implement FaceController
 class StdOutFaceController
          Dummy implementation that dumps all calls to stdOut
 

Uses of FaceController in hmi.faceanimation.converters.ui
 

Fields in hmi.faceanimation.converters.ui declared as FaceController
private  FaceController FACSConverterFrame.faceController
           
private  FaceController EmotionPanel.faceController
           
private  FaceController EmotionConverterFrame.faceController
           
 

Constructors in hmi.faceanimation.converters.ui with parameters of type FaceController
EmotionConverterFrame(EmotionConverter ec, FaceController faceController)
           
EmotionConverterFrame(FaceController faceController)
           
EmotionPanel(EmotionConverter ec, FaceController fc)
           
FACSConverterFrame(FaceController faceController)
           
FACSConverterFrame(FACSConverter fc, FaceController faceController)
           
 

Uses of FaceController in hmi.facegraphics
 

Classes in hmi.facegraphics that implement FaceController
 class HMIFaceController
          The FaceController is the access point for deforming the face of an avatar, just like VJoints are the accesspoint for deforming its body.