com.supermap.mapping.dyn

类 RotateAnimator



  • public class RotateAnimator
    extends Animator
    旋转动画类。
    • 构造器详细资料

      • RotateAnimator

        public RotateAnimator(float degree,
                              int duration)
        旋转动画的构造函数。
        参数:
        degree - 要旋转的角度。
        duration - 动画持续的时间。
      • RotateAnimator

        public RotateAnimator(RotateAnimator animator)
        根据给定的RotateAnimator对象构造一个与其完全相同的新对象。
        参数:
        animator - 给定的RotateAnimator对象。
    • 方法详细资料

      • getRotateDegree

        public float getRotateDegree()
        获取要旋转的角度。
        返回:
        要旋转的角度。
      • setRotateDegree

        public void setRotateDegree(float rotateDegree)
        设置要旋转的角度。
        参数:
        rotateDegree - 要旋转的角度。