com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IScaleEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    ScaleEffect


    public interface IScaleEffect
    extends IBehavior

    Represents animation scale effect.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      android.graphics.PointF getBy()
      describes the relative offset value for the animation (in percents).
      android.graphics.PointF getFrom()
      Specifies an x/y co-ordinate to start the animation from (in percents).
      android.graphics.PointF getTo()
      Specifies the target location for an animation scale effect (in percents).
      byte getZoomContent()
      Determines whether a content should be zoomed.
      void setBy(android.graphics.PointF value)
      describes the relative offset value for the animation (in percents).
      void setFrom(android.graphics.PointF value)
      Specifies an x/y co-ordinate to start the animation from (in percents).
      void setTo(android.graphics.PointF value)
      Specifies the target location for an animation scale effect (in percents).
      void setZoomContent(byte value)
      Determines whether a content should be zoomed.
    • Method Detail

      • getZoomContent

        byte getZoomContent()

        Determines whether a content should be zoomed. Read/write NullableBool.

      • setZoomContent

        void setZoomContent(byte value)

        Determines whether a content should be zoomed. Read/write NullableBool.

      • getFrom

        android.graphics.PointF getFrom()

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

      • setFrom

        void setFrom(android.graphics.PointF value)

        Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

      • getTo

        android.graphics.PointF getTo()

        Specifies the target location for an animation scale effect (in percents). Read/write PointF.

      • setTo

        void setTo(android.graphics.PointF value)

        Specifies the target location for an animation scale effect (in percents). Read/write PointF.

      • getBy

        android.graphics.PointF getBy()

        describes the relative offset value for the animation (in percents). Read/write PointF.

      • setBy

        void setBy(android.graphics.PointF value)

        describes the relative offset value for the animation (in percents). Read/write PointF.