Uses of Interface
hmi.faceanimation.model.Head

Packages that use Head
hmi.faceanimation.model   
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 Head in hmi.faceanimation.model
 

Fields in hmi.faceanimation.model declared as Head
private  Head HeadManager.head
           
private  Head Eye.head
           
 

Methods in hmi.faceanimation.model that return Head
 Head HeadManager.readXMLFile()
           
 

Methods in hmi.faceanimation.model with parameters of type Head
 void HeadManager.setHead(Head head)
           
 

Constructors in hmi.faceanimation.model with parameters of type Head
Eye(VJoint joint, Head head, boolean leftSide)
           
Neck(VJoint joint, Head head)
           
 

Uses of Head in hmi.facegraphics
 

Classes in hmi.facegraphics that implement Head
 class GLHead