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

Motion animation effect.


Constructor Summary
AnimMotionEffectEx()
           
 
Method Summary
 float getAngle()
          Returns the relative angle of a motion path.
 java.awt.geom.Point2D.Float getBy()
          Returns the relative offset of an animation (percents).
 java.awt.geom.Point2D.Float getFrom()
          Returns the start point of an animation (percents).
 AnimMotionOriginTypeEx getOrigin()
          Determines whether the origin of the motion path is relative to the slide layout or parent.
 AnimMotionPathEx getPath()
          Returns the path primitive of an animation.
 AnimMotionPathEditModeEx getPathEditMode()
          Returns how the motion path moves when shape is moved.
 java.awt.geom.Point2D.Float getRotationCenter()
          Returns the rotation center used to rotate a motion path.
 java.awt.geom.Point2D.Float getTo()
          Returns the target point of an animation (percents).
 void setAngle(float value)
          Sets the relative angle of a motion path.
 void setBy(java.awt.geom.Point2D.Float value)
          Sets the relative offset of an animation (percents).
 void setFrom(java.awt.geom.Point2D.Float value)
          Sets the start point of an animation (percents).
 void setOrigin(AnimMotionOriginTypeEx value)
          Sets whether the origin of the motion path is relative to the slide layout or parent.
 void setPath(AnimMotionPathEx value)
          Sets the path primitive of an animation.
 void setPathEditMode(AnimMotionPathEditModeEx value)
          Sets how the motion path moves when shape is moved.
 void setRotationCenter(java.awt.geom.Point2D.Float value)
          Sets the rotation center used to rotate a motion path.
 void setTo(java.awt.geom.Point2D.Float value)
          Sets the target point of an animation (percents).
 
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx
getProperties, getTiming, isAccumulate, isAdditive, 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()
Returns the start point of an animation (percents).


setFrom

public void setFrom(java.awt.geom.Point2D.Float value)
Sets the start point of an animation (percents).


getTo

public java.awt.geom.Point2D.Float getTo()
Returns the target point of an animation (percents).


setTo

public void setTo(java.awt.geom.Point2D.Float value)
Sets the target point of an animation (percents).


getBy

public java.awt.geom.Point2D.Float getBy()
Returns the relative offset of an animation (percents).


setBy

public void setBy(java.awt.geom.Point2D.Float value)
Sets the relative offset of an animation (percents).


getRotationCenter

public java.awt.geom.Point2D.Float getRotationCenter()
Returns the rotation center used to rotate a motion path.


setRotationCenter

public void setRotationCenter(java.awt.geom.Point2D.Float value)
Sets the rotation center used to rotate a motion path.


getOrigin

public AnimMotionOriginTypeEx getOrigin()
Determines whether the origin of the motion path is relative to the slide layout or parent.


setOrigin

public void setOrigin(AnimMotionOriginTypeEx value)
Sets whether the origin of the motion path is relative to the slide layout or parent.


getPath

public AnimMotionPathEx getPath()
Returns the path primitive of an animation.


setPath

public void setPath(AnimMotionPathEx value)
Sets the path primitive of an animation.


getPathEditMode

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


setPathEditMode

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


getAngle

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


setAngle

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