|
|||||||||
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
Constructor Summary | |
---|---|
AnimTimingEx()
|
Method Summary | |
---|---|
float |
getAccelerate()
Returns the percentage of duration accelerate behavior effect. |
boolean |
getAutoReverse()
Returns whether to automatically play the animation in reverse after playing it in the forward direction. |
float |
getDecelerate()
Returns the percentage of duration decelerate behavior effect. |
float |
getDuration()
Returns the duration of animation effect. |
float |
getRepeatCount()
Returns the number of times the effect should repeat. |
float |
getRepeatDuration()
Returns the number of times the effect should repeat. |
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. |
void |
setAccelerate(float value)
Sets the percentage of duration accelerate behavior effect. |
void |
setAutoReverse(boolean value)
Sets whether to automatically play the animation in reverse after playing it in the forward direction. |
void |
setDecelerate(float value)
Sets the percentage of duration decelerate behavior effect. |
void |
setDuration(float value)
Sets the duration of animation effect. |
void |
setRepeatCount(float value)
Sets the number of times the effect should repeat. |
void |
setRepeatDuration(float value)
Sets the number of times the effect should repeat. |
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)
value
- public float getDecelerate()
public void setDecelerate(float value)
value
- public boolean getAutoReverse()
public void setAutoReverse(boolean value)
value
- public float getDuration()
public void setDuration(float value)
public float getRepeatCount()
public void setRepeatCount(float value)
value
- public float getRepeatDuration()
public void setRepeatDuration(float value)
value
- public AnimEffectRestartTypeEx getRestart()
public void setRestart(AnimEffectRestartTypeEx value)
value
- public float getSpeed()
public void setSpeed(float value)
value
- public float getTriggerDelayTime()
public void setTriggerDelayTime(float value)
value
- public AnimEffectTriggerTypeEx getTriggerType()
public void setTriggerType(AnimEffectTriggerTypeEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |