|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
com.aspose.slides.pptx.animation.AnimMotionEffectEx
public class AnimMotionEffectEx
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 |
---|
public AnimMotionEffectEx()
Method Detail |
---|
public java.awt.geom.Point2D.Float getFrom()
public void setFrom(java.awt.geom.Point2D.Float value)
value
- public java.awt.geom.Point2D.Float getTo()
public void setTo(java.awt.geom.Point2D.Float value)
value
- public java.awt.geom.Point2D.Float getBy()
public void setBy(java.awt.geom.Point2D.Float value)
value
- public java.awt.geom.Point2D.Float getRotationCenter()
public void setRotationCenter(java.awt.geom.Point2D.Float value)
value
- public AnimMotionOriginTypeEx getOrigin()
public void setOrigin(AnimMotionOriginTypeEx value)
value
- public AnimMotionPathEx getPath()
public void setPath(AnimMotionPathEx value)
value
- public AnimMotionPathEditModeEx getPathEditMode()
public void setPathEditMode(AnimMotionPathEditModeEx value)
value
- public float getAngle()
public void setAngle(float value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |