com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class RotationEffect

    • Constructor Detail

      • RotationEffect

        public RotationEffect()
    • Method Detail

      • getFrom

        public final float getFrom()

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

        Specified by:
        getFrom in interface IRotationEffect
      • setFrom

        public final void setFrom(float value)

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

        Specified by:
        setFrom in interface IRotationEffect
      • getTo

        public final float getTo()

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

        Specified by:
        getTo in interface IRotationEffect
      • setTo

        public final void setTo(float value)

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

        Specified by:
        setTo in interface IRotationEffect
      • getBy

        public final float getBy()

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

        Specified by:
        getBy in interface IRotationEffect
      • setBy

        public final void setBy(float value)

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

        Specified by:
        setBy in interface IRotationEffect