|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
com.aspose.slides.RotationEffect
public class RotationEffect
Represent rotation behavior of effect.
Constructor Summary | |
---|---|
RotationEffect()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.aspose.slides.Behavior |
---|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBehavior |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Constructor Detail |
---|
public RotationEffect()
Method Detail |
---|
public float getFrom()
Describes the starting value for the animation.
Read/write float
.
getFrom
in interface IRotationEffect
public void setFrom(float value)
Describes the starting value for the animation.
Read/write float
.
setFrom
in interface IRotationEffect
public float getTo()
Describes the ending value for the animation.
Read/write float
.
getTo
in interface IRotationEffect
public void setTo(float value)
Describes the ending value for the animation.
Read/write float
.
setTo
in interface IRotationEffect
public float getBy()
Describes the relative offset value for the animation.
Read/write float
.
getBy
in interface IRotationEffect
public void setBy(float value)
Describes the relative offset value for the animation.
Read/write float
.
setBy
in interface IRotationEffect
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |