com.aspose.slides.pptx.animation
Class AnimBehaviorEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
Direct Known Subclasses:
AnimColorEffectEx, AnimCommandEffectEx, AnimFilterEffectEx, AnimMotionEffectEx, AnimPropertyEffectEx, AnimRotationEffectEx, AnimScaleEffectEx, AnimSetEffect

public abstract class AnimBehaviorEx
extends java.lang.Object

Base class of an animation behavior.


Method Summary
 AnimBehaviorPropertiesEx getProperties()
          Returns the properties of an animation behavior.
 AnimTimingEx getTiming()
          Returns timing properties of an animation behavior.
 NullableBool isAccumulate()
          Returns whether an animation behaviors are accumulated.
 AnimBehaviorAdditiveTypeEx isAdditive()
          Returns whether the current animation behavior is combined with other running animations.
 void setAccumulate(NullableBool value)
          Sets whether an animation behaviors are accumulated.
 void setAdditive(AnimBehaviorAdditiveTypeEx value)
          Sets whether the current animation behavior is combined with other running animations.
 void setTiming(AnimTimingEx value)
          Sets timing properties of an animation behavior.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isAccumulate

public NullableBool isAccumulate()
Returns whether an animation behaviors are accumulated.


setAccumulate

public void setAccumulate(NullableBool value)
Sets whether an animation behaviors are accumulated.


isAdditive

public AnimBehaviorAdditiveTypeEx isAdditive()
Returns whether the current animation behavior is combined with other running animations.


setAdditive

public void setAdditive(AnimBehaviorAdditiveTypeEx value)
Sets whether the current animation behavior is combined with other running animations.


getProperties

public AnimBehaviorPropertiesEx getProperties()
Returns the properties of an animation behavior.


getTiming

public AnimTimingEx getTiming()
Returns timing properties of an animation behavior.


setTiming

public void setTiming(AnimTimingEx value)
Sets timing properties of an animation behavior.