com.aspose.slides
Interface IRotationEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
RotationEffect

public interface IRotationEffect
extends IBehavior


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

getFrom

float getFrom()

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


setFrom

void setFrom(float value)

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


getTo

float getTo()

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


setTo

void setTo(float value)

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


getBy

float getBy()

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


setBy

void setBy(float value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.