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.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IBehaviorProperties getProperties()
           Represents properties of behavior.
 ITiming getTiming()
           Represents timing properties for the effect behavior.
 void setAccumulate(byte value)
           Represents whether animation behaviors are accumulated.
 void setAdditive(int value)
           Represents whether the current animation behavior is combined with other running animations.
 void setTiming(ITiming value)
           Represents timing properties for the effect behavior.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


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)

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

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)

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

Specified by:
setAdditive in interface IBehavior

getProperties

public IBehaviorProperties getProperties()

Represents properties of behavior. Read-only IBehaviorProperties.

Specified by:
getProperties in interface IBehavior

getTiming

public ITiming getTiming()

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

Specified by:
getTiming in interface IBehavior

setTiming

public void setTiming(ITiming value)

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

Specified by:
setTiming in interface IBehavior


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.