animationmotion-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationmotion

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.commonbehavior
          extended by com.spire.presentation.drawing.animation.animationmotion

public class animationmotion
extends commonbehavior

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

animationmotion

public animationmotion()
method detail

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()


网站地图