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

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

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)

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

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 boolean.

Specified by:
getAutoReverse in interface ITiming

setAutoReverse

public void setAutoReverse(boolean value)

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

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)

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

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)

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

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)

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

Specified by:
setRepeatDuration in interface ITiming

getRestart

public int getRestart()

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

Specified by:
getRestart in interface ITiming

setRestart

public void setRestart(int value)

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

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)

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

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)

Describes delay time after trigger. Read/write float.

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)

Describes trigger type. Read/write EffectTriggerType.

Specified by:
setTriggerType in interface ITiming


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.