Class BackgroundAnimationSet


  • public class BackgroundAnimationSet
    extends java.lang.Object
    Stores all information for one BackGroundAnimation (which might consist of different BackgroundAnimations starting at different update indices.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • animations

        public java.util.List<BackgroundAnimation> animations
        The list of BackgroundAnimations.
    • Constructor Detail

      • BackgroundAnimationSet

        public BackgroundAnimationSet()