public class RotationEffect extends Behavior implements IRotationEffect
Represent rotation behavior of effect.
| Constructor and Description |
|---|
RotationEffect() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBy()
Describes the relative offset value for the animation.
|
float |
getFrom()
Describes the starting value for the animation.
|
float |
getTo()
Describes the ending value for the animation.
|
void |
setBy(float value)
Describes the relative offset value for the animation.
|
void |
setFrom(float value)
Describes the starting value for the animation.
|
void |
setTo(float value)
Describes the ending value for the animation.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final float getFrom()
Describes the starting value for the animation.
Read/write float.
getFrom in interface IRotationEffectpublic final void setFrom(float value)
Describes the starting value for the animation.
Read/write float.
setFrom in interface IRotationEffectpublic final float getTo()
Describes the ending value for the animation.
Read/write float.
getTo in interface IRotationEffectpublic final void setTo(float value)
Describes the ending value for the animation.
Read/write float.
setTo in interface IRotationEffectpublic final float getBy()
Describes the relative offset value for the animation.
Read/write float.
getBy in interface IRotationEffectpublic final void setBy(float value)
Describes the relative offset value for the animation.
Read/write float.
setBy in interface IRotationEffectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.