com.aspose.slides
Class Behavior

java.lang.Object
  extended by com.aspose.slides.Behavior
All Implemented Interfaces:
IBehavior
Direct Known Subclasses:
ColorEffect, CommandEffect, FilterEffect, MotionEffect, PropertyEffect, RotationEffect, ScaleEffect, SetEffect

public abstract class Behavior
extends java.lang.Object
implements IBehavior

Represent base class behavior of effect.


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

Method Detail

getAccumulate

public byte getAccumulate()

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

Specified by:
getAccumulate in interface IBehavior

setAccumulate

public void setAccumulate(byte value)
Specified by:
setAccumulate in interface IBehavior

getAdditive

public int getAdditive()

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

Specified by:
getAdditive in interface IBehavior

setAdditive

public void setAdditive(int value)
Specified by:
setAdditive in interface IBehavior

getProperties

public IBehaviorProperties getProperties()

Represents properties of behavior. Read-only BehaviorProperties.

Specified by:
getProperties in interface IBehavior

getTiming

public ITiming getTiming()

Represents timing properties for the effect behavior. Read/write Animation.Timing.

Specified by:
getTiming in interface IBehavior

setTiming

public void setTiming(ITiming value)
Specified by:
setTiming in interface IBehavior