|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
com.aspose.slides.MotionEffect
public class MotionEffect
Represent motion effect behavior of effect.
Constructor Summary | |
---|---|
MotionEffect()
|
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). |
int |
getOrigin()
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. |
IMotionPath |
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()
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(int value)
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. |
void |
setPath(IMotionPath value)
Specifies the path primitive followed by coordinates for the animation motion. |
void |
setPathEditMode(int 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.Behavior |
---|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBehavior |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Constructor Detail |
---|
public MotionEffect()
Method Detail |
---|
public java.awt.geom.Point2D.Float getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write PointF
.
getFrom
in interface IMotionEffect
public void setFrom(java.awt.geom.Point2D.Float value)
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write PointF
.
setFrom
in interface IMotionEffect
public java.awt.geom.Point2D.Float getTo()
Specifies the target location for an animation motion effect (in percents).
Read/write PointF
.
getTo
in interface IMotionEffect
public void setTo(java.awt.geom.Point2D.Float value)
Specifies the target location for an animation motion effect (in percents).
Read/write PointF
.
setTo
in interface IMotionEffect
public java.awt.geom.Point2D.Float getBy()
Describes the relative offset value for the animation (in percents).
Read/write PointF
.
getBy
in interface IMotionEffect
public void setBy(java.awt.geom.Point2D.Float value)
Describes the relative offset value for the animation (in percents).
Read/write PointF
.
setBy
in interface IMotionEffect
public java.awt.geom.Point2D.Float getRotationCenter()
Describes the center of the rotation used to rotate a motion path by X angle.
Read/write PointF
.
getRotationCenter
in interface IMotionEffect
public void setRotationCenter(java.awt.geom.Point2D.Float value)
Describes the center of the rotation used to rotate a motion path by X angle.
Read/write PointF
.
setRotationCenter
in interface IMotionEffect
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 MotionOriginType
.
getOrigin
in interface IMotionEffect
public void setOrigin(int value)
Specifies what the origin of the motion path is relative to such as the layout of the slide,
or the parent.
Read/write MotionOriginType
.
setOrigin
in interface IMotionEffect
public IMotionPath getPath()
Specifies the path primitive followed by coordinates for the animation motion.
Read/write IMotionPath
.
getPath
in interface IMotionEffect
public void setPath(IMotionPath value)
Specifies the path primitive followed by coordinates for the animation motion.
Read/write IMotionPath
.
setPath
in interface IMotionEffect
public int getPathEditMode()
Specifies how the motion path moves when shape is moved.
Read/write MotionPathEditMode
.
getPathEditMode
in interface IMotionEffect
public void setPathEditMode(int value)
Specifies how the motion path moves when shape is moved.
Read/write MotionPathEditMode
.
setPathEditMode
in interface IMotionEffect
public float getAngle()
Describes the relative angle of the motion path.
Read/write float
.
getAngle
in interface IMotionEffect
public void setAngle(float value)
Describes the relative angle of the motion path.
Read/write float
.
setAngle
in interface IMotionEffect
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |