Class MotionAnimation


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

    • path

      protected ExtendedGeneralPath path
      The path that describes the motion.
    • 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.
  • Constructor Details

  • Method Details