|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRotationEffect
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 interface com.aspose.slides.IBehavior |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Method Detail |
---|
float getFrom()
Describes the starting value for the animation.
Read/write float
.
void setFrom(float value)
Describes the starting value for the animation.
Read/write float
.
float getTo()
Describes the ending value for the animation.
Read/write float
.
void setTo(float value)
Describes the ending value for the animation.
Read/write float
.
float getBy()
Describes the relative offset value for the animation.
Read/write float
.
void setBy(float value)
Describes the relative offset value for the animation.
Read/write float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |