com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class MotionEffect

    • Constructor Summary

      Constructors 
      Constructor and Description
      MotionEffect() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getAngle()
      Describes the relative angle of the motion path.
      java.awt.geom.Point2D.Float getBy()
      Describes the relative offset value for the animation (in percents).
      java.awt.geom.Point2D.Float getFrom()
      Specifies an x/y co-ordinate to start the animation from (in percents).
      int getOrigin()
      Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
      IMotionPath getPath()
      Specifies the path primitive followed by coordinates for the animation motion.
      int getPathEditMode()
      Specifies how the motion path moves when shape is moved.
      java.awt.geom.Point2D.Float getRotationCenter()
      Describes the center of the rotation used to rotate a motion path by X angle.
      java.awt.geom.Point2D.Float getTo()
      Specifies the target location for an animation motion effect (in percents).
      void setAngle(float value)
      Describes the relative angle of the motion path.
      void setBy(java.awt.geom.Point2D.Float value)
      Describes the relative offset value for the animation (in percents).
      void setFrom(java.awt.geom.Point2D.Float value)
      Specifies an x/y co-ordinate to start the animation from (in percents).
      void setOrigin(int value)
      Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
      void setPath(IMotionPath value)
      Specifies the path primitive followed by coordinates for the animation motion.
      void setPathEditMode(int value)
      Specifies how the motion path moves when shape is moved.
      void setRotationCenter(java.awt.geom.Point2D.Float value)
      Describes the center of the rotation used to rotate a motion path by X angle.
      void setTo(java.awt.geom.Point2D.Float value)
      Specifies the target location for an animation motion effect (in percents).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MotionEffect

        public MotionEffect()
    • Method Detail

      • getFrom

        public final java.awt.geom.Point2D.Float getFrom()

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write Point2D.Float.

        Specified by:
        getFrom in interface IMotionEffect
      • setFrom

        public final void setFrom(java.awt.geom.Point2D.Float value)

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write Point2D.Float.

        Specified by:
        setFrom in interface IMotionEffect
      • getTo

        public final java.awt.geom.Point2D.Float getTo()

        Specifies the target location for an animation motion effect (in percents). Read/write Point2D.Float.

        Specified by:
        getTo in interface IMotionEffect
      • setTo

        public final void setTo(java.awt.geom.Point2D.Float value)

        Specifies the target location for an animation motion effect (in percents). Read/write Point2D.Float.

        Specified by:
        setTo in interface IMotionEffect
      • getBy

        public final java.awt.geom.Point2D.Float getBy()

        Describes the relative offset value for the animation (in percents). Read/write Point2D.Float.

        Specified by:
        getBy in interface IMotionEffect
      • setBy

        public final void setBy(java.awt.geom.Point2D.Float value)

        Describes the relative offset value for the animation (in percents). Read/write Point2D.Float.

        Specified by:
        setBy in interface IMotionEffect
      • getRotationCenter

        public final java.awt.geom.Point2D.Float getRotationCenter()

        Describes the center of the rotation used to rotate a motion path by X angle. Read/write Point2D.Float.

        Specified by:
        getRotationCenter in interface IMotionEffect
      • setRotationCenter

        public final void setRotationCenter(java.awt.geom.Point2D.Float value)

        Describes the center of the rotation used to rotate a motion path by X angle. Read/write Point2D.Float.

        Specified by:
        setRotationCenter in interface IMotionEffect
      • getOrigin

        public final int getOrigin()

        Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType.

        Specified by:
        getOrigin in interface IMotionEffect
      • setOrigin

        public final void setOrigin(int value)

        Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType.

        Specified by:
        setOrigin in interface IMotionEffect
      • setPath

        public final void setPath(IMotionPath value)

        Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath.

        Specified by:
        setPath in interface IMotionEffect
      • getAngle

        public final float getAngle()

        Describes the relative angle of the motion path. Read/write float.

        Specified by:
        getAngle in interface IMotionEffect
      • setAngle

        public final void setAngle(float value)

        Describes the relative angle of the motion path. Read/write float.

        Specified by:
        setAngle in interface IMotionEffect