|
||||||||
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. |
java.awt.geom.Point2D.Float |
getBy()
|
java.awt.geom.Point2D.Float |
getFrom()
|
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. |
java.awt.geom.Point2D.Float |
getRotationCenter()
|
java.awt.geom.Point2D.Float |
getTo()
|
void |
setAngle(float value)
|
void |
setBy(java.awt.geom.Point2D.Float value)
|
void |
setFrom(java.awt.geom.Point2D.Float value)
|
void |
setOrigin(int value)
|
void |
setPath(MotionPathEx value)
|
void |
setPathEditMode(int value)
|
void |
setRotationCenter(java.awt.geom.Point2D.Float value)
|
void |
setTo(java.awt.geom.Point2D.Float 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 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 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 |