IRotationEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface IRotationEffect extends IBehavior
Represent rotation behavior of effect.
Methods
Method | Description |
---|---|
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. |
getFrom()
public abstract float getFrom()
Describes the starting value for the animation. Read/write float.
Returns: float
setFrom(float value)
public abstract void setFrom(float value)
Describes the starting value for the animation. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getTo()
public abstract float getTo()
Describes the ending value for the animation. Read/write float.
Returns: float
setTo(float value)
public abstract void setTo(float value)
Describes the ending value for the animation. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getBy()
public abstract float getBy()
Describes the relative offset value for the animation. Read/write float.
Returns: float
setBy(float value)
public abstract void setBy(float value)
Describes the relative offset value for the animation. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |