com.aspose.slides
Class RotationEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.RotationEffect
All Implemented Interfaces:
IBehavior, IRotationEffect

public class RotationEffect
extends Behavior
implements IRotationEffect

Represent rotation behavior of effect.


Constructor Summary
RotationEffect()
           
 
Method Summary
 IBehavior getAsIBehavior()
           
 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.Behavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

RotationEffect

public RotationEffect()
Method Detail

getFrom

public float getFrom()

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

Specified by:
getFrom in interface IRotationEffect

setFrom

public void setFrom(float value)
Specified by:
setFrom in interface IRotationEffect

getTo

public float getTo()

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

Specified by:
getTo in interface IRotationEffect

setTo

public void setTo(float value)
Specified by:
setTo in interface IRotationEffect

getBy

public float getBy()

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

Specified by:
getBy in interface IRotationEffect

setBy

public void setBy(float value)
Specified by:
setBy in interface IRotationEffect

getAsIBehavior

public IBehavior getAsIBehavior()