|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
public abstract class Behavior
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 |
---|
public byte getAccumulate()
Represents whether animation behaviors are accumulated.
Read/write NullableBool
.
getAccumulate
in interface IBehavior
public void setAccumulate(byte value)
setAccumulate
in interface IBehavior
public int getAdditive()
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType
.
getAdditive
in interface IBehavior
public void setAdditive(int value)
setAdditive
in interface IBehavior
public IBehaviorProperties getProperties()
Represents properties of behavior.
Read-only BehaviorProperties
.
getProperties
in interface IBehavior
public ITiming getTiming()
Represents timing properties for the effect behavior.
Read/write Animation.Timing
.
getTiming
in interface IBehavior
public void setTiming(ITiming value)
setTiming
in interface IBehavior
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |