Uses of Class
hmi.elckerlyc.animationengine.procanimation.Keyframes

Packages that use Keyframes
hmi.elckerlyc.animationengine.procanimation   
 

Uses of Keyframes in hmi.elckerlyc.animationengine.procanimation
 

Fields in hmi.elckerlyc.animationengine.procanimation with type parameters of type Keyframes
private  HashMap<String,Keyframes> ProcAnimationMU.keyframes
           
 

Methods in hmi.elckerlyc.animationengine.procanimation that return Keyframes
 Keyframes Keyframes.deepCopy()
          Creates a deep copy linked to the same parser and joint
 

Methods in hmi.elckerlyc.animationengine.procanimation with parameters of type Keyframes
 void ProcAnimationMU.addKeyframes(Keyframes kf)
          Adds a keyframe
 void Keyframes.set(Keyframes kfs)
          Copies the KeyFrame-s of another Keyframes object into this object.
 

Method parameters in hmi.elckerlyc.animationengine.procanimation with type arguments of type Keyframes
 void ProcAnimationMU.setKeyframes(HashMap<String,Keyframes> frs)
          Set the keyframes to frs