com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IRotationEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    RotationEffect


    public interface IRotationEffect
    extends IBehavior

    Represent rotation behavior of effect.

    • 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.