Class MotionAnimation


  • public class MotionAnimation
    extends InterpolatingAnimation
    An animation class for 'animateMotion' animations.
    Version:
    $Id: MotionAnimation.java 1733416 2016-03-03 07:07:13Z gadams $
    • 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.