animationrotation-人生就是博尊龙凯时



com.spire.presentation.drawing.animation
class animationrotation

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

public class animationrotation
extends commonbehavior

represent rotation behavior of effect.


constructor summary
animationrotation()
           
 
method summary
 float getby()
          indicates the relative offset value for the animation.
 float getfrom()
          indicates the starting value for the animation.
 float getto()
          indicates the ending value for the animation.
 void setby(float value)
           
 void setfrom(float value)
           
 void setto(float 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

animationrotation

public animationrotation()
method detail

getfrom

public float getfrom()
indicates the starting value for the animation. read/write .
returns:

setfrom

public void setfrom(float value)

getto

public float getto()
indicates the ending value for the animation. read/write .
returns:

setto

public void setto(float value)

getby

public float getby()
indicates the relative offset value for the animation. read/write .
returns:

setby

public void setby(float value)


网站地图