com.aspose.slides.pptx.animation
Class AnimTimingEx

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

public class AnimTimingEx
extends java.lang.Object


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

AnimTimingEx

public AnimTimingEx()
Method Detail

getAccelerate

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


setAccelerate

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

Parameters:
value -

getDecelerate

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


setDecelerate

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

Parameters:
value -

getAutoReverse

public boolean getAutoReverse()
Returns whether to automatically play the animation in reverse after playing it in the forward direction.


setAutoReverse

public void setAutoReverse(boolean value)
Sets whether to automatically play the animation in reverse after playing it in the forward direction.

Parameters:
value -

getDuration

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


setDuration

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


getRepeatCount

public float getRepeatCount()
Returns the number of times the effect should repeat.


setRepeatCount

public void setRepeatCount(float value)
Sets the number of times the effect should repeat.

Parameters:
value -

getRepeatDuration

public float getRepeatDuration()
Returns the number of times the effect should repeat.


setRepeatDuration

public void setRepeatDuration(float value)
Sets the number of times the effect should repeat.

Parameters:
value -

getRestart

public AnimEffectRestartTypeEx getRestart()
Returns the restart effect.


setRestart

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

Parameters:
value -

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.

Parameters:
value -

getTriggerDelayTime

public float getTriggerDelayTime()
Returns the trigger delay time.


setTriggerDelayTime

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

Parameters:
value -

getTriggerType

public AnimEffectTriggerTypeEx getTriggerType()
Returns the trigger type.


setTriggerType

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

Parameters:
value -