Uses of Class
hmi.faceanimation.model.MPEG4Configuration

Packages that use MPEG4Configuration
hmi.elckerlyc.faceengine   
hmi.faceanimation This package and its subpackages contain the abstract interfacing to control a face, independent of the mesh rendering. 
hmi.faceanimation.converters   
hmi.faceanimation.converters.ui   
hmi.faceanimation.model   
hmi.faceanimation.util   
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 MPEG4Configuration in hmi.elckerlyc.faceengine
 

Fields in hmi.elckerlyc.faceengine declared as MPEG4Configuration
private  MPEG4Configuration PlutchikFU.config
           
private  MPEG4Configuration FACSFU.mpeg4Config
           
private  MPEG4Configuration AUFU.mpeg4Config
           
 

Uses of MPEG4Configuration in hmi.faceanimation
 

Methods in hmi.faceanimation with parameters of type MPEG4Configuration
 void StdOutFaceController.addMPEG4Configuration(MPEG4Configuration config)
           
 void FaceController.addMPEG4Configuration(MPEG4Configuration config)
           
 void StdOutFaceController.removeMPEG4Configuration(MPEG4Configuration config)
           
 void FaceController.removeMPEG4Configuration(MPEG4Configuration config)
           
 void StdOutFaceController.setMPEG4Configuration(MPEG4Configuration config)
           
 void FaceController.setMPEG4Configuration(MPEG4Configuration config)
          Directly set a FAP configuration on the face.
 

Uses of MPEG4Configuration in hmi.faceanimation.converters
 

Methods in hmi.faceanimation.converters that return MPEG4Configuration
 MPEG4Configuration EmotionConverter.convert(float angle, float activation)
           
 

Methods in hmi.faceanimation.converters with parameters of type MPEG4Configuration
 void FACSConverter.convert(FACSConfiguration facsConfig, MPEG4Configuration mpeg4Config)
           
 

Uses of MPEG4Configuration in hmi.faceanimation.converters.ui
 

Fields in hmi.faceanimation.converters.ui declared as MPEG4Configuration
private  MPEG4Configuration FACSConverterFrame.mpeg4Config
           
private  MPEG4Configuration EmotionPanel.mpeg4Config
           
 

Uses of MPEG4Configuration in hmi.faceanimation.model
 

Methods in hmi.faceanimation.model with parameters of type MPEG4Configuration
 void MPEG4Configuration.addValues(MPEG4Configuration config)
          Add given values to current configuration.
 void MPEG4Configuration.removeValues(MPEG4Configuration config)
          Remove given values from current configuration.
 

Uses of MPEG4Configuration in hmi.faceanimation.util
 

Fields in hmi.faceanimation.util declared as MPEG4Configuration
private  MPEG4Configuration XfaceInterface.configuration
           
 

Methods in hmi.faceanimation.util with parameters of type MPEG4Configuration
 void XfaceInterface.setConfiguration(MPEG4Configuration configuration)
          Sets values via a MPEG4Configuration object.
 

Uses of MPEG4Configuration in hmi.facegraphics
 

Fields in hmi.facegraphics declared as MPEG4Configuration
private  MPEG4Configuration HMIFaceController.currentConfig
          store the current config, for add- and remove-mpeg4configuration
 

Methods in hmi.facegraphics with parameters of type MPEG4Configuration
 void HMIFaceController.addMPEG4Configuration(MPEG4Configuration config)
           
 void HMIFaceController.removeMPEG4Configuration(MPEG4Configuration config)
           
 void HMIFaceController.setMPEG4Configuration(MPEG4Configuration config)