Class MotionAnimation


  • public class MotionAnimation
    extends InterpolatingAnimation
    An animation class for 'animateMotion' animations.
    • Field Detail

      • pathLength

        protected PathLength pathLength
        The path length calculation object.
      • keyPoints

        protected float[] keyPoints
        The points defining the distance along the path that the keyTimes apply.
      • rotateAuto

        protected boolean rotateAuto
        Whether automatic rotation should be performed.
      • rotateAutoReverse

        protected boolean rotateAutoReverse
        Whether the automatic rotation should be reversed.
      • rotateAngle

        protected float rotateAngle
        The angle of rotation (in radians) to use when automatic rotation is not being used.