|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
com.aspose.slides.MotionEffectEx
public class MotionEffectEx
Represent motion effect behavior of effect.
Constructor Summary | |
---|---|
MotionEffectEx()
|
Method Summary | |
---|---|
float |
getAngle()
Describes the relative angle of the motion path. |
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. |
void |
setAngle(float value)
|
void |
setOrigin(int value)
|
void |
setPath(MotionPathEx value)
|
void |
setPathEditMode(int 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 |
---|
public MotionEffectEx()
Method Detail |
---|
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
.
public void setOrigin(int value)
public MotionPathEx getPath()
Specifies the path primitive followed by coordinates for the animation motion.
Read/write MotionPathEx
.
public void setPath(MotionPathEx value)
public int getPathEditMode()
Specifies how the motion path moves when shape is moved.
Read/write MotionPathEditModeEx
.
public void setPathEditMode(int value)
public float getAngle()
Describes the relative angle of the motion path.
Read/write float
.
public void setAngle(float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |