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

Represent base class behavior of effect.


Method Summary
 NullableBool getAccumulate()
          Returns whether an animation behaviors are accumulated.
 AnimBehaviorAdditiveTypeEx getAdditive()
          Returns whether the current animation behavior is combined with other running animations.
 AnimBehaviorPropertiesEx getProperties()
          Returns the properties of a behavior.
 AnimTimingEx getTiming()
          Returns timing properties of an effect's behavior.
 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 effect's behavior.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAccumulate

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


setAccumulate

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

Parameters:
value -

getAdditive

public AnimBehaviorAdditiveTypeEx getAdditive()
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.

Parameters:
value -

getProperties

public AnimBehaviorPropertiesEx getProperties()
Returns the properties of a behavior.


getTiming

public AnimTimingEx getTiming()
Returns timing properties of an effect's behavior.


setTiming

public void setTiming(AnimTimingEx value)
Sets timing properties of an effect's behavior.

Parameters:
value -