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

Packages that use Parameter
hmi.elckerlyc.animationengine.motionunit   
hmi.elckerlyc.animationengine.procanimation   
 

Uses of Parameter in hmi.elckerlyc.animationengine.motionunit
 

Methods in hmi.elckerlyc.animationengine.motionunit that return Parameter
 Parameter Parameter.deepCopy()
           
 

Uses of Parameter in hmi.elckerlyc.animationengine.procanimation
 

Fields in hmi.elckerlyc.animationengine.procanimation declared as Parameter
(package private)  Parameter ProcAnimationMU.IKParameter.param
           
 

Methods in hmi.elckerlyc.animationengine.procanimation that return types with arguments of type Parameter
 Collection<Parameter> ProcAnimationMU.getParameters()
          Gets the parameters
 

Methods in hmi.elckerlyc.animationengine.procanimation with parameters of type Parameter
 void ProcAnimationMU.addParameter(Parameter p)
          Adds a parameter
 

Method parameters in hmi.elckerlyc.animationengine.procanimation with type arguments of type Parameter
 void ProcAnimationMU.setParameters(Collection<Parameter> ps)
          Sets the parameters the parameters in ps, retaining the 'old' parameters that not are part of ps
 void ProcAnimationMU.setup(Collection<Parameter> params, IKBody b)
          Links the ProcAnimation to a body and a set of parameters Filters out the joints to animate based on the set Rotations, end effectors, keyframes and skeletoninterpolators