Class 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 Detail

      • KeyFrameList

        public KeyFrameList()
    • Method Detail

      • addKeyFrame

        public void addKeyFrame​(KeyFrame<Component> keyFrame)
        Adding a keyframe to the end of the list
        Parameters:
        keyFrame - Keyframe to add