com.aspose.slides.pptx.animation
Class BehaviorEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
Direct Known Subclasses:
ColorEffectEx, CommandEffectEx, FilterEffectEx, MotionEffectEx, PropertyEffectEx, RotationEffectEx, ScaleEffectEx, SetEffectEx

public abstract class BehaviorEx
extends java.lang.Object

Base class of an animation behavior.


Method Summary
 BehaviorPropertiesEx getProperties()
          Returns the properties of an animation behavior.
 TimingEx getTiming()
          Returns timing properties of an animation behavior.
 NullableBool isAccumulate()
          Returns whether an animation behaviors are accumulated.
 BehaviorAdditiveTypeEx 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(BehaviorAdditiveTypeEx value)
          Sets whether the current animation behavior is combined with other running animations.
 void setTiming(TimingEx 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 BehaviorAdditiveTypeEx isAdditive()
Returns whether the current animation behavior is combined with other running animations.


setAdditive

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


getProperties

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


getTiming

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


setTiming

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