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