Class StiScaleAnimation

java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiScaleAnimation

public class StiScaleAnimation extends StiAnimation
Copyright Stimulsoft
  • Constructor Details

    • StiScaleAnimation

      public StiScaleAnimation(StiTimeSpan duration, StiTimeSpan beginTime)
    • StiScaleAnimation

      public StiScaleAnimation(double StartScaleX, double EndScaleX, double StartScaleY, double EndScaleY, double centerX, double centerY, StiTimeSpan duration, StiTimeSpan beginTime)
  • Method Details

    • getType

      public StiAnimationType getType()
      Specified by:
      getType in class StiAnimation
    • getStartScaleX

      public double getStartScaleX()
      Returns:
      the startScaleX
    • setStartScaleX

      public void setStartScaleX(double startScaleX)
      Parameters:
      startScaleX - the startScaleX to set
    • getStartScaleY

      public double getStartScaleY()
      Returns:
      the startScaleY
    • setStartScaleY

      public void setStartScaleY(double startScaleY)
      Parameters:
      startScaleY - the startScaleY to set
    • getEndScaleX

      public double getEndScaleX()
      Returns:
      the endScaleX
    • setEndScaleX

      public void setEndScaleX(double endScaleX)
      Parameters:
      endScaleX - the endScaleX to set
    • getEndScaleY

      public double getEndScaleY()
      Returns:
      the endScaleY
    • setEndScaleY

      public void setEndScaleY(double endScaleY)
      Parameters:
      endScaleY - the endScaleY to set
    • getCenterX

      public double getCenterX()
      Returns:
      the centerX
    • setCenterX

      public void setCenterX(double centerX)
      Parameters:
      centerX - the centerX to set
    • getCenterY

      public double getCenterY()
      Returns:
      the centerY
    • setCenterY

      public void setCenterY(double centerY)
      Parameters:
      centerY - the centerY to set