hmi.elckerlyc.animationengine
Interface KeyPositionManager

All Known Subinterfaces:
FaceUnit, MotionUnit
All Known Implementing Classes:
AbstractMotionUnit, AUFU, BlinkModelChangeFU, ControllerMU, DynamicEyeGazeMU, DynamicGazeMU, DynamicPointingMU, EyeGazeMU, FACSFU, GazeMU, GazePatternChangeFU, HermiteSplinePhysicalTransitionMU, HermiteSplineTransitionMU, KeyframeMU, KeyPositionManagerImpl, MorphFU, PlutchikFU, PointingMU, ProcAnimationMU, SlerpPhysicalTransitionMU, SlerpTransitionMU, SlerpTransitionStaticMU, TransitionMU

public interface KeyPositionManager


Method Summary
 void addKeyPosition(KeyPosition kp)
           
 KeyPosition getKeyPosition(String name)
           
 List<KeyPosition> getKeyPositions()
          Gets a sorted view of the list of keypositions
 void removeKeyPosition(String id)
           
 void setKeyPositions(List<KeyPosition> p)
           
 

Method Detail

addKeyPosition

void addKeyPosition(KeyPosition kp)

getKeyPositions

List<KeyPosition> getKeyPositions()
Gets a sorted view of the list of keypositions


setKeyPositions

void setKeyPositions(List<KeyPosition> p)

getKeyPosition

KeyPosition getKeyPosition(String name)

removeKeyPosition

void removeKeyPosition(String id)