com.aspose.slides
Class MotionEffectEx

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

public class MotionEffectEx
extends BehaviorEx

Represent motion effect behavior of effect.


Constructor Summary
MotionEffectEx()
           
 
Method Summary
 float getAngle()
           Describes the relative angle of the motion path.
 java.awt.geom.Point2D.Float getBy()
           
 java.awt.geom.Point2D.Float getFrom()
           
 int getOrigin()
           Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
 MotionPathEx 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()
           
 java.awt.geom.Point2D.Float getTo()
           
 void setAngle(float value)
           
 void setBy(java.awt.geom.Point2D.Float value)
           
 void setFrom(java.awt.geom.Point2D.Float value)
           
 void setOrigin(int value)
           
 void setPath(MotionPathEx value)
           
 void setPathEditMode(int value)
           
 void setRotationCenter(java.awt.geom.Point2D.Float value)
           
 void setTo(java.awt.geom.Point2D.Float value)
           
 
Methods inherited from class com.aspose.slides.BehaviorEx
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

MotionEffectEx

public MotionEffectEx()
Method Detail

getFrom

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

setFrom

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

getTo

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

setTo

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

getBy

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

setBy

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

getRotationCenter

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

setRotationCenter

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

getOrigin

public 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 MotionOriginTypeEx.


setOrigin

public void setOrigin(int value)

getPath

public MotionPathEx getPath()

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


setPath

public void setPath(MotionPathEx value)

getPathEditMode

public int getPathEditMode()

Specifies how the motion path moves when shape is moved. Read/write MotionPathEditModeEx.


setPathEditMode

public void setPathEditMode(int value)

getAngle

public float getAngle()

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


setAngle

public void setAngle(float value)