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
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)