Package org.vanted.animation

  • Interface Summary
    Interface Description
    AnimatorListener<T>  
  • Class Summary
    Class Description
    Animation<T extends TimePoint>
    The Animation class represents DISCRETE Animation.
    Animator  
    AnimatorAdapter<T>
    Adapter for the AnimatorListener interface, providing default empty implementation.
    AnimatorData  
    ContinuousAnimation<T extends InterpolatableTimePoint>
    Similar to a normal animation but contains an Interpolator so that the animation can transition from one data point value to another data point value in a progressive manner.
  • Enum Summary
    Enum Description
    LoopDuration
    Represents the amount of time taken for a single loop of an animation.
    Primarily exists to prevent confusion about setting the duration to infinity (-1).
    NumberOfLoops
    Represents the number of times an animation is repeated.
    Primarily exists to prevent confusion about setting noLoops to infinity (-1).