com.aspose.slides.pptx.animation
Class RotationEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.RotationEffectEx

public class RotationEffectEx
extends BehaviorEx

Rotation animation effect.


Constructor Summary
RotationEffectEx()
           
 
Method Summary
 float getBy()
          Returns the relative offset value of an animation.
 float getFrom()
          Returns the starting value of an animation.
 float getTo()
          Returns the target value of an animation.
 void prepareForSaving(com.aspose.slides.pptx.timeline.TimeNodeBehaviorEx[] ref_nodeBhv)
           
 void setBy(float value)
          Sets the relative offset value of an animation.
 void setFrom(float value)
          Sets the starting value of an animation.
 void setTo(float value)
          Sets the target value of an animation.
 
Methods inherited from class com.aspose.slides.pptx.animation.BehaviorEx
getProperties, getTiming, isAccumulate, isAdditive, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotationEffectEx

public RotationEffectEx()
Method Detail

getFrom

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


setFrom

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


getTo

public float getTo()
Returns the target value of an animation.


setTo

public void setTo(float value)
Sets the target value of an animation.


getBy

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


setBy

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


prepareForSaving

public void prepareForSaving(com.aspose.slides.pptx.timeline.TimeNodeBehaviorEx[] ref_nodeBhv)
Overrides:
prepareForSaving in class BehaviorEx