Uses of Class
hmi.elckerlyc.faceengine.FacePlayer

Packages that use FacePlayer
hmi.elckerlyc.faceengine   
hmi.elckerlyc.faceengine.facebinding   
hmi.elckerlyc.faceengine.faceunit   
hmi.elckerlyc.faceengine.viseme   
 

Uses of FacePlayer in hmi.elckerlyc.faceengine
 

Fields in hmi.elckerlyc.faceengine declared as FacePlayer
private  FacePlayer PlutchikFU.facePlayer
           
private  FacePlayer MorphFU.facePlayer
           
private  FacePlayer FACSFU.facePlayer
           
private  FacePlayer AUFU.facePlayer
           
private  FacePlayer FacePlanner.player
           
 

Methods in hmi.elckerlyc.faceengine that return FacePlayer
 FacePlayer FacePlanner.getFacePlayer()
          Addition to getPlayer to save on class casting
 

Methods in hmi.elckerlyc.faceengine with parameters of type FacePlayer
 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
 void PlutchikFU.setFacePlayer(FacePlayer fp)
           
 void MorphFU.setFacePlayer(FacePlayer fp)
           
 void FACSFU.setFacePlayer(FacePlayer fp)
           
 void AUFU.setFacePlayer(FacePlayer fp)
           
 

Constructors in hmi.elckerlyc.faceengine with parameters of type FacePlayer
FacePlanner(FacePlayer p, FaceBinding fb, VisemeBinding vb)
          key: "bmlid:id" of the speech unit
 

Uses of FacePlayer in hmi.elckerlyc.faceengine.facebinding
 

Methods in hmi.elckerlyc.faceengine.facebinding with parameters of type FacePlayer
 List<TimedFaceUnit> FaceBinding.getFaceUnit(BMLBlockPeg bbPeg, Behaviour b, FacePlayer player)
          Gets a list of timed face units that satisfy the constraints of behaviour b
 

Uses of FacePlayer in hmi.elckerlyc.faceengine.faceunit
 

Methods in hmi.elckerlyc.faceengine.faceunit with parameters of type FacePlayer
 FaceUnit FaceUnit.copy(FacePlayer p)
          Create a copy of this face unit and link it to the faceplayer
 

Uses of FacePlayer in hmi.elckerlyc.faceengine.viseme
 

Methods in hmi.elckerlyc.faceengine.viseme with parameters of type FacePlayer
 TimedFaceUnit VisemeBinding.getVisemeUnit(BMLBlockPeg bbPeg, Behaviour b, int viseme, double startTime, double peakTime, double endTime, float intensity, FacePlayer player)
          note: each viseme has ready=relax=peak, and start=prev.peak and end=next.peak for timing.
 TimedFaceUnit MorphVisemeBinding.getVisemeUnit(BMLBlockPeg bbPeg, Behaviour b, int viseme, double startTime, double peakTime, double endTime, float intensity, FacePlayer player)