com.aspose.slides
Class BehaviorEx

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

public abstract class BehaviorEx
extends java.lang.Object

Represent base class behavior of effect.


Constructor Summary
BehaviorEx()
           
 
Method Summary
 byte getAccumulate()
           Represents whether animation behaviors are accumulated.
 int getAdditive()
           Represents whether the current animation behavior is combined with other running animations.
 BehaviorPropertiesEx getProperties()
           Represents properties of behavior.
 TimingEx getTiming()
           Represents timing properties for the effect behavior.
 void setAccumulate(byte value)
           
 void setAdditive(int value)
           
 void setTiming(TimingEx value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorEx

public BehaviorEx()
Method Detail

getAccumulate

public byte getAccumulate()

Represents whether animation behaviors are accumulated. Read/write NullableBool.


setAccumulate

public void setAccumulate(byte value)

getAdditive

public int getAdditive()

Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveTypeEx.


setAdditive

public void setAdditive(int value)

getProperties

public BehaviorPropertiesEx getProperties()

Represents properties of behavior. Read/write NullableBool.


getTiming

public TimingEx getTiming()

Represents timing properties for the effect behavior. Read/write TimingEx.


setTiming

public void setTiming(TimingEx value)