com.aspose.slides
Class TimingEx

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

public class TimingEx
extends java.lang.Object

Represents animation timing.


Constructor Summary
TimingEx()
           
 
Method Summary
 float getAccelerate()
           Describes the percentage of duration accelerate behavior effect.
 boolean getAutoReverse()
           Describes whether to automatically play the animation in reverse after playing it in the forward direction.
 float getDecelerate()
           Describes the percentage of duration decelerate behavior effect.
 float getDuration()
           Describes the duration of animation effect.
 float getRepeatCount()
           Describes the number of times the effect should repeat.
 float getRepeatDuration()
           Describes the number of times the effect should repeat.
 int getRestart()
           Specifies if a effect is to restart after complete.
 float getSpeed()
           Specifies the percentage by which to speed up (or slow down) the timing.
 float getTriggerDelayTime()
           Describes delay time after trigger.
 int getTriggerType()
           Describes trigger type.
 void setAccelerate(float value)
           
 void setAutoReverse(boolean value)
           
 void setDecelerate(float value)
           
 void setDuration(float value)
           
 void setRepeatCount(float value)
           
 void setRepeatDuration(float value)
           
 void setRestart(int value)
           
 void setSpeed(float value)
           
 void setTriggerDelayTime(float value)
           
 void setTriggerType(int value)
           
 
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()

Describes the percentage of duration accelerate behavior effect. Read/write float.


setAccelerate

public void setAccelerate(float value)

getDecelerate

public float getDecelerate()

Describes the percentage of duration decelerate behavior effect. Read/write float.


setDecelerate

public void setDecelerate(float value)

getAutoReverse

public boolean getAutoReverse()

Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write bool.


setAutoReverse

public void setAutoReverse(boolean value)

getDuration

public float getDuration()

Describes the duration of animation effect. Read/write float.


setDuration

public void setDuration(float value)

getRepeatCount

public float getRepeatCount()

Describes the number of times the effect should repeat. Read/write float.


setRepeatCount

public void setRepeatCount(float value)

getRepeatDuration

public float getRepeatDuration()

Describes the number of times the effect should repeat. Read/write float.


setRepeatDuration

public void setRepeatDuration(float value)

getRestart

public int getRestart()

Specifies if a effect is to restart after complete. Read/write float.


setRestart

public void setRestart(int value)

getSpeed

public float getSpeed()

Specifies the percentage by which to speed up (or slow down) the timing. Read/write float.


setSpeed

public void setSpeed(float value)

getTriggerDelayTime

public float getTriggerDelayTime()

Describes delay time after trigger. Read/write float.


setTriggerDelayTime

public void setTriggerDelayTime(float value)

getTriggerType

public int getTriggerType()

Describes trigger type. Read/write EffectTriggerTypeEx.


setTriggerType

public void setTriggerType(int value)