com.aspose.slides
Class RotationEffectEx

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

public class RotationEffectEx
extends BehaviorEx

Represent rotation behavior of effect.


Constructor Summary
RotationEffectEx()
           
 
Method Summary
 float getBy()
           Describes the relative offset value for the animation.
 float getFrom()
           Describes the starting value for the animation.
 float getTo()
           Describes the ending value for the animation.
 void setBy(float value)
           
 void setFrom(float value)
           
 void setTo(float value)
           
 
Methods inherited from class com.aspose.slides.BehaviorEx
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

RotationEffectEx

public RotationEffectEx()
Method Detail

getFrom

public float getFrom()

Describes the starting value for the animation. Read/write float.


setFrom

public void setFrom(float value)

getTo

public float getTo()

Describes the ending value for the animation. Read/write float.


setTo

public void setTo(float value)

getBy

public float getBy()

Describes the relative offset value for the animation. Read/write float.


setBy

public void setBy(float value)