animationmotion-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class animationmotion
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.animation.commonbehavior
com.spire.presentation.drawing.animation.animationmotion
public class animationmotion
- extends commonbehavior
represent motion effect behavior of effect.
animationmotion
public animationmotion()
getfrom
public java.awt.geom.point2d getfrom()
- specifies an x/y co-ordinate to start the animation from (in percents).
read/write .
- returns:
setfrom
public void setfrom(java.awt.geom.point2d value)
getto
public java.awt.geom.point2d getto()
- specifies the target location for an animation motion effect (in percents).
read/write .
- returns:
setto
public void setto(java.awt.geom.point2d value)
getby
public java.awt.geom.point2d getby()
- describes the relative offset value for the animation (in percents).
read/write .
- returns:
setby
public void setby(java.awt.geom.point2d value)
getrotationcenter
public java.awt.geom.point2d getrotationcenter()
- describes the center of the rotation used to rotate a motion path by x angle.
read/write .
- returns:
setrotationcenter
public void setrotationcenter(java.awt.geom.point2d value)
getorigin
public animationmotionorigin getorigin()
- specifies what the origin of the motion path is relative to such as the layout of the slide,
or the parent.
read/write .
- returns:
setorigin
public void setorigin(animationmotionorigin value)
getpath
public motionpath getpath()
- specifies the path primitive followed by coordinates for the animation motion.
read/write .
- returns:
getpatheditmode
public animationmotionpatheditmode getpatheditmode()
- specifies how the motion path moves when shape is moved.
read/write .
- returns:
setpatheditmode
public void setpatheditmode(animationmotionpatheditmode value)
getrelativeangle
public float getrelativeangle()
- describes the relative angle of the motion path.
read/write .
- returns:
setrelativeangle
public void setrelativeangle(float value)
getpointstype
public java.lang.string getpointstype()