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