Class DayNightAnimation

java.lang.Object
itumulator.display.animation.components.Animation
itumulator.display.animation.components.DayNightAnimation
All Implemented Interfaces:
Comparable<Animation>

public class DayNightAnimation extends Animation
A special case animation used to show the sun / moon cycle.
  • Constructor Details

    • DayNightAnimation

      public DayNightAnimation(int animationLength, boolean day, boolean dayPrime, int timePrime)
  • Method Details