RotationEffect

Inheritance: java.lang.Object, com.aspose.slides.Behavior

All Implemented Interfaces: com.aspose.slides.IRotationEffect

public class RotationEffect extends Behavior implements IRotationEffect

Represent rotation behavior of effect.

Constructors

ConstructorDescription
RotationEffect()

Methods

MethodDescription
getFrom()Describes the starting value for the animation.
setFrom(float value)Describes the starting value for the animation.
getTo()Describes the ending value for the animation.
setTo(float value)Describes the ending value for the animation.
getBy()Describes the relative offset value for the animation.
setBy(float value)Describes the relative offset value for the animation.

RotationEffect()

public RotationEffect()

getFrom()

public final float getFrom()

Describes the starting value for the animation. Read/write float.

Returns: float

setFrom(float value)

public final void setFrom(float value)

Describes the starting value for the animation. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat

getTo()

public final float getTo()

Describes the ending value for the animation. Read/write float.

Returns: float

setTo(float value)

public final void setTo(float value)

Describes the ending value for the animation. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat

getBy()

public final float getBy()

Describes the relative offset value for the animation. Read/write float.

Returns: float

setBy(float value)

public final void setBy(float value)

Describes the relative offset value for the animation. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat