Uses of Class
hmi.elckerlyc.animationengine.motionunit.TimedMotionUnit

Packages that use TimedMotionUnit
hmi.elckerlyc.animationengine   
hmi.elckerlyc.animationengine.controller   
hmi.elckerlyc.animationengine.gaze   
hmi.elckerlyc.animationengine.gesturebinding   
hmi.elckerlyc.animationengine.keyframe   
hmi.elckerlyc.animationengine.motionunit   
hmi.elckerlyc.animationengine.pointing   
hmi.elckerlyc.animationengine.procanimation   
hmi.elckerlyc.animationengine.transitions   
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine
 

Methods in hmi.elckerlyc.animationengine that return TimedMotionUnit
 TimedMotionUnit AnimationPlanner.getSpeechMotionUnit(int visime, BMLBlockPeg bbPeg, String id, String bmlId)
           
 TimedMotionUnit AnimationPlanner.resolveSynchs(BMLBlockPeg bbPeg, Behaviour b, List<TimePegAndConstraint> sac)
           
 

Methods in hmi.elckerlyc.animationengine with parameters of type TimedMotionUnit
 void AnimationPlayer.addTimedMotionUnit(TimedMotionUnit tmu)
           
private  void AnimationPlanner.linkSynchs(TimedMotionUnit tmu, List<TimePegAndConstraint> sacs)
           
 

Method parameters in hmi.elckerlyc.animationengine with type arguments of type TimedMotionUnit
 void AnimationPlanner.addVisemesForSpeechUnit(List<TimedMotionUnit> visemeMUs)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.controller
 

Methods in hmi.elckerlyc.animationengine.controller that return TimedMotionUnit
 TimedMotionUnit ControllerMU.createTMU(BMLBlockPeg bbPeg, String i, String bmlId)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.gaze
 

Subclasses of TimedMotionUnit in hmi.elckerlyc.animationengine.gaze
 class GazeTMU
           
 

Methods in hmi.elckerlyc.animationengine.gaze that return TimedMotionUnit
 TimedMotionUnit GazeMU.createTMU(BMLBlockPeg bmlBlockPeg, String i, String bmlId)
           
 TimedMotionUnit EyeGazeMU.createTMU(BMLBlockPeg bmlBlockPeg, String i, String bmlId)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.gesturebinding
 

Methods in hmi.elckerlyc.animationengine.gesturebinding that return TimedMotionUnit
 TimedMotionUnit SpeechBinding.getMotionUnit(int visime, BMLBlockPeg bbPeg, String id, String bmlId, AnimationPlayer player)
           
 

Methods in hmi.elckerlyc.animationengine.gesturebinding that return types with arguments of type TimedMotionUnit
 List<TimedMotionUnit> GestureBinding.getMotionUnit(BMLBlockPeg bbPeg, Behaviour b, AnimationPlayer player)
          Gets a list of timed motion units that satisfy the constraints of behaviour b
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.keyframe
 

Methods in hmi.elckerlyc.animationengine.keyframe that return TimedMotionUnit
 TimedMotionUnit KeyframeMU.createTMU(BMLBlockPeg bbPeg, String i, String bmlId)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.motionunit
 

Subclasses of TimedMotionUnit in hmi.elckerlyc.animationengine.motionunit
 class PhysicalTMU
           
 

Fields in hmi.elckerlyc.animationengine.motionunit declared as TimedMotionUnit
 TimedMotionUnit TMUPlayException.timedMU
           
 

Methods in hmi.elckerlyc.animationengine.motionunit that return TimedMotionUnit
 TimedMotionUnit MotionUnit.createTMU(BMLBlockPeg bmlBlockPeg, String i, String bmlId)
          Creates the TimedMotionUnit corresponding to this motion unit
 TimedMotionUnit TimedMotionUnit.getPredictor(VJoint vPredict)
          Gets a predictor for this timed motion unit, returns null if no predictor can be made
 

Constructors in hmi.elckerlyc.animationengine.motionunit with parameters of type TimedMotionUnit
TMUPlayException(String str, TimedMotionUnit tmu)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.pointing
 

Subclasses of TimedMotionUnit in hmi.elckerlyc.animationengine.pointing
 class PointingTMU
           
 

Methods in hmi.elckerlyc.animationengine.pointing that return TimedMotionUnit
 TimedMotionUnit PointingMU.createTMU(BMLBlockPeg bbPeg, String i, String bmlId)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.procanimation
 

Methods in hmi.elckerlyc.animationengine.procanimation that return TimedMotionUnit
 TimedMotionUnit ProcAnimationMU.createTMU(BMLBlockPeg bbPeg, String i, String bmlId)
           
 

Uses of TimedMotionUnit in hmi.elckerlyc.animationengine.transitions
 

Subclasses of TimedMotionUnit in hmi.elckerlyc.animationengine.transitions
 class TransitionTMU
           
 

Methods in hmi.elckerlyc.animationengine.transitions that return TimedMotionUnit
 TimedMotionUnit TransitionMU.createTMU(BMLBlockPeg bbPeg, String i, String bmlId)