|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
com.aspose.slides.pptx.animation.MotionEffectEx
public class MotionEffectEx
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 |
---|
public MotionEffectEx()
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 MotionOriginTypeEx getOrigin()
public void setOrigin(MotionOriginTypeEx value)
public MotionPathEx getPath()
public void setPath(MotionPathEx value)
public MotionPathEditModeEx getPathEditMode()
public void setPathEditMode(MotionPathEditModeEx 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 |