MotionEffect

MotionEffect class

Represent motion effect behavior of effect.

MotionEffect

NameDescription
MotionEffect()

Result: MotionEffect


getAccumulate

NameDescription
getAccumulate()Represents whether animation behaviors are accumulated. Read/write NullableBool.

Result: byte


getAdditive

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

Result: int


getAngle

NameDescription
getAngle()Describes the relative angle of the motion path. Read/write float.

Result: float


getBy

NameDescription
getBy()Describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.

Result: Point2D.Float


getFrom

NameDescription
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

NameDescription
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


getParent_Immediate

NameDescription
getParent_Immediate()

getPath

NameDescription
getPath()Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath.

Result: MotionPath


getPathEditMode

NameDescription
getPathEditMode()Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode.

Result: int


getProperties

NameDescription
getProperties()Represents properties of behavior. Read-only IBehaviorPropertyCollection.

Result: BehaviorPropertyCollection


getRotationCenter

NameDescription
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

NameDescription
getTiming()Represents timing properties for the effect behavior. Read/write ITiming.

Result: Timing


getTo

NameDescription
getTo()Specifies the target location for an animation motion effect (in percents). Read/write java.awt.geom.Point2D.Float.

Result: Point2D.Float


setAccumulate

NameDescription
setAccumulate(byte)Represents whether animation behaviors are accumulated. Read/write NullableBool.

setAdditive

NameDescription
setAdditive(int)Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

setAngle

NameDescription
setAngle(float)Describes the relative angle of the motion path. Read/write float.

setBy

NameDescription
setBy(Point2D.Float)Describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.

setFrom

NameDescription
setFrom(Point2D.Float)Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float.

setOrigin

NameDescription
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

NameDescription
setPath(MotionPath)Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath.

setPathEditMode

NameDescription
setPathEditMode(int)Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode.

setRotationCenter

NameDescription
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

NameDescription
setTiming(Timing)Represents timing properties for the effect behavior. Read/write ITiming.

setTo

NameDescription
setTo(Point2D.Float)Specifies the target location for an animation motion effect (in percents). Read/write java.awt.geom.Point2D.Float.