|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
public abstract class BehaviorEx
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 |
---|
public BehaviorEx()
Method Detail |
---|
public byte getAccumulate()
Represents whether animation behaviors are accumulated.
Read/write NullableBool
.
public void setAccumulate(byte value)
public int getAdditive()
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveTypeEx
.
public void setAdditive(int value)
public BehaviorPropertiesEx getProperties()
Represents properties of behavior.
Read/write NullableBool
.
public TimingEx getTiming()
Represents timing properties for the effect behavior.
Read/write TimingEx
.
public void setTiming(TimingEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |