|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.TimingEx
public class TimingEx
Animation timing properties.
Constructor Summary | |
---|---|
TimingEx()
|
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. |
EffectRestartTypeEx |
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. |
EffectTriggerTypeEx |
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(EffectRestartTypeEx 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(EffectTriggerTypeEx value)
Sets the trigger type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimingEx()
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 EffectRestartTypeEx getRestart()
public void setRestart(EffectRestartTypeEx value)
public float getSpeed()
public void setSpeed(float value)
public float getTriggerDelayTime()
public void setTriggerDelayTime(float value)
public EffectTriggerTypeEx getTriggerType()
public void setTriggerType(EffectTriggerTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |