Uses of Interface
hmi.elckerlyc.faceengine.faceunit.FaceUnit

Packages that use FaceUnit
hmi.elckerlyc.faceengine   
hmi.elckerlyc.faceengine.facebinding   
hmi.elckerlyc.faceengine.faceunit   
 

Uses of FaceUnit in hmi.elckerlyc.faceengine
 

Classes in hmi.elckerlyc.faceengine that implement FaceUnit
 class AUFU
          A basic facial animation unit consisting of one AU value.
 class BlinkModelChangeFU
           
 class FACSFU
          A basic facial animation unit consisting of one FACS configuration The key positions are: start, ready, relax, end.
 class GazePatternChangeFU
           
 class MorphFU
          A basic facial animation unit consisting of one morph target.
 class PlutchikFU
          A basic facial animation unit consisting of one position on Plutchiks emotion disc (see hmi.faceanimation.converters.EmotionConverter The key positions are: start, ready, relax, end.
 

Methods in hmi.elckerlyc.faceengine that return FaceUnit
 FaceUnit PlutchikFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit MorphFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit GazePatternChangeFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit FACSFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit BlinkModelChangeFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit AUFU.copy(FacePlayer fp)
          Create a copy of this face unit and link it to the faceplayer
 

Uses of FaceUnit in hmi.elckerlyc.faceengine.facebinding
 

Fields in hmi.elckerlyc.faceengine.facebinding declared as FaceUnit
 FaceUnit FaceUnitSpec.faceUnit
           
private  FaceUnit FaceUnitAssembler.faceUnit
           
 

Methods in hmi.elckerlyc.faceengine.facebinding that return FaceUnit
 FaceUnit FaceUnitAssembler.getFaceUnit()
           
 

Uses of FaceUnit in hmi.elckerlyc.faceengine.faceunit
 

Fields in hmi.elckerlyc.faceengine.faceunit declared as FaceUnit
 FaceUnit TimedFaceUnit.fu
           
private  FaceUnit FUPlayException.fu
           
 

Methods in hmi.elckerlyc.faceengine.faceunit that return FaceUnit
 FaceUnit FaceUnit.copy(FacePlayer p)
          Create a copy of this face unit and link it to the faceplayer
 FaceUnit TimedFaceUnit.getFaceUnit()
           
 FaceUnit FUPlayException.getFaceUnit()
           
 

Constructors in hmi.elckerlyc.faceengine.faceunit with parameters of type FaceUnit
FUPlayException(String str, FaceUnit f)
           
TimedFaceUnit(BMLBlockPeg bbPeg, String i, String bmlId, FaceUnit f)
          Constructor