|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
com.aspose.slides.pptx.animation.AnimRotationEffectEx
public class AnimRotationEffectEx
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 |
---|
public AnimRotationEffectEx()
Method Detail |
---|
public float getFrom()
public void setFrom(float value)
value
- public float getTo()
public void setTo(float value)
value
- public float getBy()
public void setBy(float value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |