com.aspose.slides
Class Timing

java.lang.Object
  extended by com.aspose.slides.Timing
All Implemented Interfaces:
ITiming

public class Timing
extends java.lang.Object
implements ITiming

Represents animation timing.


Constructor Summary
Timing()
           
 
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

Timing

public Timing()
Method Detail

getAccelerate

public float getAccelerate()

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

Specified by:
getAccelerate in interface ITiming

setAccelerate

public void setAccelerate(float value)
Specified by:
setAccelerate in interface ITiming

getDecelerate

public float getDecelerate()

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

Specified by:
getDecelerate in interface ITiming

setDecelerate

public void setDecelerate(float value)
Specified by:
setDecelerate in interface ITiming

getAutoReverse

public boolean getAutoReverse()

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

Specified by:
getAutoReverse in interface ITiming

setAutoReverse

public void setAutoReverse(boolean value)
Specified by:
setAutoReverse in interface ITiming

getDuration

public float getDuration()

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

Specified by:
getDuration in interface ITiming

setDuration

public void setDuration(float value)
Specified by:
setDuration in interface ITiming

getRepeatCount

public float getRepeatCount()

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

Specified by:
getRepeatCount in interface ITiming

setRepeatCount

public void setRepeatCount(float value)
Specified by:
setRepeatCount in interface ITiming

getRepeatDuration

public float getRepeatDuration()

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

Specified by:
getRepeatDuration in interface ITiming

setRepeatDuration

public void setRepeatDuration(float value)
Specified by:
setRepeatDuration in interface ITiming

getRestart

public int getRestart()

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

Specified by:
getRestart in interface ITiming

setRestart

public void setRestart(int value)
Specified by:
setRestart in interface ITiming

getSpeed

public float getSpeed()

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

Specified by:
getSpeed in interface ITiming

setSpeed

public void setSpeed(float value)
Specified by:
setSpeed in interface ITiming

getTriggerDelayTime

public float getTriggerDelayTime()

Describes delay time after trigger. Read/write float.

Specified by:
getTriggerDelayTime in interface ITiming

setTriggerDelayTime

public void setTriggerDelayTime(float value)
Specified by:
setTriggerDelayTime in interface ITiming

getTriggerType

public int getTriggerType()

Describes trigger type. Read/write EffectTriggerType.

Specified by:
getTriggerType in interface ITiming

setTriggerType

public void setTriggerType(int value)
Specified by:
setTriggerType in interface ITiming