hmi.elckerlyc.animationengine
Class KeyPositionManagerImpl
java.lang.Object
hmi.elckerlyc.animationengine.KeyPositionManagerImpl
- All Implemented Interfaces:
- KeyPositionManager
public class KeyPositionManagerImpl
- extends Object
- implements KeyPositionManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
private List<KeyPosition> keys
KeyPositionManagerImpl
public KeyPositionManagerImpl()
addKeyPosition
public void addKeyPosition(KeyPosition kp)
- Specified by:
addKeyPosition in interface KeyPositionManager
getKeyPositions
public List<KeyPosition> getKeyPositions()
- Description copied from interface:
KeyPositionManager
- Gets a sorted view of the list of keypositions
- Specified by:
getKeyPositions in interface KeyPositionManager
setKeyPositions
public void setKeyPositions(List<KeyPosition> p)
- Specified by:
setKeyPositions in interface KeyPositionManager
getKeyPosition
public KeyPosition getKeyPosition(String kid)
- Specified by:
getKeyPosition in interface KeyPositionManager
removeKeyPosition
public void removeKeyPosition(String id)
- Specified by:
removeKeyPosition in interface KeyPositionManager