|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.animation.CommonBehavior
com.spire.presentation.drawing.animation.AnimationMotion
public class AnimationMotion
Represent motion effect behavior of effect.
Constructor Summary | |
---|---|
AnimationMotion()
|
Method Summary | |
---|---|
java.awt.geom.Point2D |
getBy()
Describes the relative offset value for the animation (in percents). |
java.awt.geom.Point2D |
getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents). |
AnimationMotionOrigin |
getOrigin()
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. |
MotionPath |
getPath()
Specifies the path primitive followed by coordinates for the animation motion. |
AnimationMotionPathEditMode |
getPathEditMode()
Specifies how the motion path moves when shape is moved. |
java.lang.String |
getPointsType()
|
float |
getRelativeAngle()
Describes the relative angle of the motion path. |
java.awt.geom.Point2D |
getRotationCenter()
Describes the center of the rotation used to rotate a motion path by X angle. |
java.awt.geom.Point2D |
getTo()
Specifies the target location for an animation motion effect (in percents). |
void |
setBy(java.awt.geom.Point2D value)
|
void |
setFrom(java.awt.geom.Point2D value)
|
void |
setOrigin(AnimationMotionOrigin value)
|
void |
setPathEditMode(AnimationMotionPathEditMode value)
|
void |
setRelativeAngle(float value)
|
void |
setRotationCenter(java.awt.geom.Point2D value)
|
void |
setTo(java.awt.geom.Point2D value)
|
Methods inherited from class com.spire.presentation.drawing.animation.CommonBehavior |
---|
getAccumulate, getAdditive, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public AnimationMotion()
Method Detail |
---|
public java.awt.geom.Point2D getFrom()
public void setFrom(java.awt.geom.Point2D value)
public java.awt.geom.Point2D getTo()
public void setTo(java.awt.geom.Point2D value)
public java.awt.geom.Point2D getBy()
public void setBy(java.awt.geom.Point2D value)
public java.awt.geom.Point2D getRotationCenter()
public void setRotationCenter(java.awt.geom.Point2D value)
public AnimationMotionOrigin getOrigin()
public void setOrigin(AnimationMotionOrigin value)
public MotionPath getPath()
public AnimationMotionPathEditMode getPathEditMode()
public void setPathEditMode(AnimationMotionPathEditMode value)
public float getRelativeAngle()
public void setRelativeAngle(float value)
public java.lang.String getPointsType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |