Class Animation

java.lang.Object
itumulator.display.animation.components.Animation
All Implemented Interfaces:
Comparable<Animation>
Direct Known Subclasses:
AppearAnimation, DayNightAnimation, HideAnimation, MoveAnimation, StillAnimation

public abstract class Animation extends Object implements Comparable<Animation>
An abstract representation of an animation which produces individual draw actions (AnimationFrame).
  • Field Details

    • oi

      protected ObjectInformation oi
    • location

      protected Location location
    • frameCount

      protected int frameCount
    • animationLength

      protected int animationLength
    • overrideSort

      protected boolean overrideSort
  • Constructor Details

  • Method Details