|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimTimingEx
public class AnimTimingEx
Animation timing properties.
Constructor Summary | |
---|---|
AnimTimingEx()
|
Method Summary | |
---|---|
float |
getAccelerate()
Returns the percentage of duration of accelerate effect. |
float |
getDecelerate()
Returns the percentage of duration of decelerate effect. |
float |
getDuration()
Returns the duration of an animation effect. |
float |
getRepeatCount()
Returns the number of times the animation should be repeated. |
float |
getRepeatDuration()
Returns the duration of time the animation should be repeated. |
AnimEffectRestartTypeEx |
getRestart()
Returns the restart effect. |
float |
getSpeed()
Returns the percentage by which to speed up (or slow down) the timing. |
float |
getTriggerDelayTime()
Returns the trigger delay time. |
AnimEffectTriggerTypeEx |
getTriggerType()
Returns the trigger type. |
boolean |
isAutoReverse()
Determines whether the animation should be played in reverse order after playing it. |
void |
setAccelerate(float value)
Sets the percentage of duration of accelerate effect. |
void |
setAutoReverse(boolean value)
Sets whether the animation should be played in reverse order after playing it. |
void |
setDecelerate(float value)
Sets the percentage of duration of decelerate effect. |
void |
setDuration(float value)
Sets the duration of an animation effect. |
void |
setRepeatCount(float value)
Sets the number of times the animation effect should be repeated. |
void |
setRepeatDuration(float value)
Sets the duration of time the animation should be repeated. |
void |
setRestart(AnimEffectRestartTypeEx value)
Sets the restart effect. |
void |
setSpeed(float value)
Sets the percentage by which to speed up (or slow down) the timing. |
void |
setTriggerDelayTime(float value)
Sets the trigger delay time. |
void |
setTriggerType(AnimEffectTriggerTypeEx value)
Sets the trigger type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimTimingEx()
Method Detail |
---|
public float getAccelerate()
public void setAccelerate(float value)
public float getDecelerate()
public void setDecelerate(float value)
public boolean isAutoReverse()
public void setAutoReverse(boolean value)
public float getDuration()
public void setDuration(float value)
public float getRepeatCount()
public void setRepeatCount(float value)
public float getRepeatDuration()
public void setRepeatDuration(float value)
public AnimEffectRestartTypeEx getRestart()
public void setRestart(AnimEffectRestartTypeEx value)
public float getSpeed()
public void setSpeed(float value)
public float getTriggerDelayTime()
public void setTriggerDelayTime(float value)
public AnimEffectTriggerTypeEx getTriggerType()
public void setTriggerType(AnimEffectTriggerTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |