Uses of Class
hmi.elckerlyc.faceengine.faceunit.TimedFaceUnit

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

Uses of TimedFaceUnit in hmi.elckerlyc.faceengine
 

Methods in hmi.elckerlyc.faceengine that return TimedFaceUnit
 TimedFaceUnit PlutchikFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 TimedFaceUnit MorphFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 TimedFaceUnit GazePatternChangeFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 TimedFaceUnit FACSFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 TimedFaceUnit BlinkModelChangeFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 TimedFaceUnit AUFU.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 

Methods in hmi.elckerlyc.faceengine with parameters of type TimedFaceUnit
 void FacePlayer.addTimedFaceUnit(TimedFaceUnit tfu)
           
private  void FacePlanner.linkSynchs(TimedFaceUnit tfu, List<TimePegAndConstraint> sacs)
           
 void FacePlanner.resolveDefaultBMLKeyPositions(TimedFaceUnit tfu)
           
 

Method parameters in hmi.elckerlyc.faceengine with type arguments of type TimedFaceUnit
 void FacePlanner.addVisemesForSpeechUnit(ArrayList<TimedFaceUnit> visemeFUs)
           
 

Uses of TimedFaceUnit in hmi.elckerlyc.faceengine.facebinding
 

Methods in hmi.elckerlyc.faceengine.facebinding that return types with arguments of type TimedFaceUnit
 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 TimedFaceUnit in hmi.elckerlyc.faceengine.faceunit
 

Fields in hmi.elckerlyc.faceengine.faceunit declared as TimedFaceUnit
 TimedFaceUnit TFUPlayException.timedFU
           
 

Methods in hmi.elckerlyc.faceengine.faceunit that return TimedFaceUnit
 TimedFaceUnit FaceUnit.createTFU(BMLBlockPeg bbPeg, String i, String bmlId)
          Creates the TimedFaceUnit corresponding to this face unit
 

Constructors in hmi.elckerlyc.faceengine.faceunit with parameters of type TimedFaceUnit
TFUPlayException(String str, TimedFaceUnit tfu)
           
 

Uses of TimedFaceUnit in hmi.elckerlyc.faceengine.viseme
 

Methods in hmi.elckerlyc.faceengine.viseme that return TimedFaceUnit
 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)