com.aspose.slides.pptx.animation
Class AnimMotionEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimMotionEffectEx

public class AnimMotionEffectEx
extends AnimBehaviorEx

Represent motion effect behavior of effect.


Constructor Summary
AnimMotionEffectEx()
           
 
Method Summary
 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).
 AnimMotionOriginTypeEx getOrigin()
          Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
 AnimMotionPathEx getPath()
          Specifies the path primitive followed by coordinates for the animation motion.
 AnimMotionPathEditModeEx 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(AnimMotionOriginTypeEx value)
          Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
 void setPath(AnimMotionPathEx value)
          Specifies the path primitive followed by coordinates for the animation motion.
 void setPathEditMode(AnimMotionPathEditModeEx 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 com.aspose.slides.pptx.animation.AnimBehaviorEx
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimMotionEffectEx

public AnimMotionEffectEx()
Method Detail

getFrom

public java.awt.geom.Point2D.Float getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).


setFrom

public void setFrom(java.awt.geom.Point2D.Float value)
Specifies an x/y co-ordinate to start the animation from (in percents).

Parameters:
value -

getTo

public java.awt.geom.Point2D.Float getTo()
Specifies the target location for an animation motion effect (in percents).


setTo

public void setTo(java.awt.geom.Point2D.Float value)
Specifies the target location for an animation motion effect (in percents).

Parameters:
value -

getBy

public java.awt.geom.Point2D.Float getBy()
Describes the relative offset value for the animation (in percents).


setBy

public void setBy(java.awt.geom.Point2D.Float value)
Describes the relative offset value for the animation (in percents).

Parameters:
value -

getRotationCenter

public java.awt.geom.Point2D.Float getRotationCenter()
Describes the center of the rotation used to rotate a motion path by X angle.


setRotationCenter

public void setRotationCenter(java.awt.geom.Point2D.Float value)
Describes the center of the rotation used to rotate a motion path by X angle.

Parameters:
value -

getOrigin

public AnimMotionOriginTypeEx getOrigin()
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.


setOrigin

public void setOrigin(AnimMotionOriginTypeEx value)
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.

Parameters:
value -

getPath

public AnimMotionPathEx getPath()
Specifies the path primitive followed by coordinates for the animation motion.


setPath

public void setPath(AnimMotionPathEx value)
Specifies the path primitive followed by coordinates for the animation motion.

Parameters:
value -

getPathEditMode

public AnimMotionPathEditModeEx getPathEditMode()
Specifies how the motion path moves when shape is moved.


setPathEditMode

public void setPathEditMode(AnimMotionPathEditModeEx value)
Specifies how the motion path moves when shape is moved.

Parameters:
value -

getAngle

public float getAngle()
Describes the relative angle of the motion path.


setAngle

public void setAngle(float value)
Describes the relative angle of the motion path.

Parameters:
value -