Interface Animator

All Known Implementing Classes:
AnimatorImpl

public interface Animator
Animation processor..
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used to add animation to animator.
    void
    Used to remove animation from animator.
    void
    This method used to process animations.
  • Method Details

    • runAnimations

      void runAnimations()
      This method used to process animations.
    • pushAnimation

      void pushAnimation(Animation animation)
      Used to add animation to animator.
      Parameters:
      animation - animation to add.
    • removeAnimation

      void removeAnimation(Animation animation)
      Used to remove animation from animator. In case if animation is not finished animation still should be removed and terminated.
      Parameters:
      animation - animation to remove.