com.aspose.slides.pptx.animation
Class AnimRotationEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimRotationEffectEx

public class AnimRotationEffectEx
extends AnimBehaviorEx

Represent rotation behavior of effect.


Constructor Summary
AnimRotationEffectEx()
           
 
Method Summary
 float getBy()
          Returns the relative offset value for an animation.
 float getFrom()
          Returns the starting value for an animation.
 float getTo()
          Returns the last value for an animation.
 void setBy(float value)
          Sets the relative offset value for an animation.
 void setFrom(float value)
          Sets the starting value for an animation.
 void setTo(float value)
          Sets the last value for an animation.
 
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimRotationEffectEx

public AnimRotationEffectEx()
Method Detail

getFrom

public float getFrom()
Returns the starting value for an animation.


setFrom

public void setFrom(float value)
Sets the starting value for an animation.

Parameters:
value -

getTo

public float getTo()
Returns the last value for an animation.


setTo

public void setTo(float value)
Sets the last value for an animation.

Parameters:
value -

getBy

public float getBy()
Returns the relative offset value for an animation.


setBy

public void setBy(float value)
Sets the relative offset value for an animation.

Parameters:
value -