com.aspose.slides.pptx.animation
Class MotionEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.MotionEffectEx

public class MotionEffectEx
extends BehaviorEx

Motion animation effect.


Constructor Summary
MotionEffectEx()
           
 
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).
 MotionOriginTypeEx getOrigin()
          Determines whether the origin of the motion path is relative to the slide layout or parent.
 MotionPathEx getPath()
          Returns the path primitive of an animation.
 MotionPathEditModeEx 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(MotionOriginTypeEx value)
          Sets whether the origin of the motion path is relative to the slide layout or parent.
 void setPath(MotionPathEx value)
          Sets the path primitive of an animation.
 void setPathEditMode(MotionPathEditModeEx 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.BehaviorEx
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

MotionEffectEx

public MotionEffectEx()
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 MotionOriginTypeEx getOrigin()
Determines whether the origin of the motion path is relative to the slide layout or parent.


setOrigin

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


getPath

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


setPath

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


getPathEditMode

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


setPathEditMode

public void setPathEditMode(MotionPathEditModeEx 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.