animationrotation-人生就是博尊龙凯时
com.spire.presentation.drawing.animation
class animationrotation
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.animation.commonbehavior
com.spire.presentation.drawing.animation.animationrotation
public class animationrotation
- extends commonbehavior
represent rotation behavior of effect.
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)
|
animationrotation
public animationrotation()
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)