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
 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)
           Describes the relative offset value for the animation.
 void setFrom(float value)
           Describes the starting value for the animation.
 void setTo(float value)
           Describes the ending value for the animation.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, 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)

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

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)

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

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)

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

Specified by:
setBy in interface IRotationEffect


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.