|
||||||||
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. |
IBehavior |
getAsIBehavior()
|
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. |
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()
|
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(IMotionPath 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.Behavior |
---|
getAccumulate, getAdditive, 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()
getFrom
in interface IMotionEffect
public void setFrom(java.awt.geom.Point2D.Float value)
setFrom
in interface IMotionEffect
public java.awt.geom.Point2D.Float getTo()
getTo
in interface IMotionEffect
public void setTo(java.awt.geom.Point2D.Float value)
setTo
in interface IMotionEffect
public java.awt.geom.Point2D.Float getBy()
getBy
in interface IMotionEffect
public void setBy(java.awt.geom.Point2D.Float value)
setBy
in interface IMotionEffect
public java.awt.geom.Point2D.Float getRotationCenter()
getRotationCenter
in interface IMotionEffect
public void setRotationCenter(java.awt.geom.Point2D.Float value)
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)
setOrigin
in interface IMotionEffect
public IMotionPath getPath()
Specifies the path primitive followed by coordinates for the animation motion.
Read/write MotionPath
.
getPath
in interface IMotionEffect
public void setPath(IMotionPath value)
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)
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)
setAngle
in interface IMotionEffect
public IBehavior getAsIBehavior()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |