com.aspose.slides.pptx.animation
Class TimingEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.TimingEx

public class TimingEx
extends java.lang.Object

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

TimingEx

public TimingEx()
Method Detail

getAccelerate

public float getAccelerate()
Returns the percentage of duration of accelerate effect.


setAccelerate

public void setAccelerate(float value)
Sets the percentage of duration of accelerate effect.


getDecelerate

public float getDecelerate()
Returns the percentage of duration of decelerate effect.


setDecelerate

public void setDecelerate(float value)
Sets the percentage of duration of decelerate effect.


isAutoReverse

public boolean isAutoReverse()
Determines whether the animation should be played in reverse order after playing it.


setAutoReverse

public void setAutoReverse(boolean value)
Sets whether the animation should be played in reverse order after playing it.


getDuration

public float getDuration()
Returns the duration of an animation effect.


setDuration

public void setDuration(float value)
Sets the duration of an animation effect.


getRepeatCount

public float getRepeatCount()
Returns the number of times the animation should be repeated.


setRepeatCount

public void setRepeatCount(float value)
Sets the number of times the animation effect should be repeated.


getRepeatDuration

public float getRepeatDuration()
Returns the duration of time the animation should be repeated.


setRepeatDuration

public void setRepeatDuration(float value)
Sets the duration of time the animation should be repeated.


getRestart

public EffectRestartTypeEx getRestart()
Returns the restart effect.


setRestart

public void setRestart(EffectRestartTypeEx value)
Sets the restart effect.


getSpeed

public float getSpeed()
Returns the percentage by which to speed up (or slow down) the timing.


setSpeed

public void setSpeed(float value)
Sets the percentage by which to speed up (or slow down) the timing.


getTriggerDelayTime

public float getTriggerDelayTime()
Returns the trigger delay time.


setTriggerDelayTime

public void setTriggerDelayTime(float value)
Sets the trigger delay time.


getTriggerType

public EffectTriggerTypeEx getTriggerType()
Returns the trigger type.


setTriggerType

public void setTriggerType(EffectTriggerTypeEx value)
Sets the trigger type.