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)