Package de.coreengine.animation
Class KeyFrameList<Component>
- java.lang.Object
-
- de.coreengine.animation.KeyFrameList<Component>
-
- Type Parameters:
Component- Component of the keyframes
public class KeyFrameList<Component> extends Object
Class that stores a list of keyframes for a specific component
-
-
Constructor Summary
Constructors Constructor Description KeyFrameList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddKeyFrame(KeyFrame<Component> keyFrame)Adding a keyframe to the end of the list
-