MotionEffect
MotionEffect class
Represent motion effect behavior of effect.
MotionEffect
| Name | Description |
|---|
| MotionEffect() | |
Result:
MotionEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
getAngle
| Name | Description |
|---|
| getAngle() | Describes the relative angle of the motion path. Read/write float. |
Result:
float
getBy
| Name | Description |
|---|
| getBy() | Describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
getFrom
| Name | Description |
|---|
| getFrom() | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
getOrigin
| Name | Description |
|---|
| getOrigin() | Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType. |
Result:
int
| Name | Description |
|---|
| getParent_Immediate() | |
getPath
| Name | Description |
|---|
| getPath() | Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath. |
Result:
MotionPath
getPathEditMode
| Name | Description |
|---|
| getPathEditMode() | Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode. |
Result:
int
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getRotationCenter
| Name | Description |
|---|
| getRotationCenter() | Describes the center of the rotation used to rotate a motion path by X angle. Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
getTiming
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getTo
| Name | Description |
|---|
| getTo() | Specifies the target location for an animation motion effect (in percents). Read/write java.awt.geom.Point2D.Float. |
Result:
Point2D.Float
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
setAngle
| Name | Description |
|---|
| setAngle(float) | Describes the relative angle of the motion path. Read/write float. |
setBy
| Name | Description |
|---|
| setBy(Point2D.Float) | Describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float. |
setFrom
| Name | Description |
|---|
| setFrom(Point2D.Float) | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float. |
setOrigin
| Name | Description |
|---|
| setOrigin(int) | Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType. |
setPath
| Name | Description |
|---|
| setPath(MotionPath) | Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath. |
setPathEditMode
| Name | Description |
|---|
| setPathEditMode(int) | Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode. |
setRotationCenter
| Name | Description |
|---|
| setRotationCenter(Point2D.Float) | Describes the center of the rotation used to rotate a motion path by X angle. Read/write java.awt.geom.Point2D.Float. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setTo
| Name | Description |
|---|
| setTo(Point2D.Float) | Specifies the target location for an animation motion effect (in percents). Read/write java.awt.geom.Point2D.Float. |