Class StiRotaionAnimation

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

public class StiRotaionAnimation extends StiAnimation
Copyright Stimulsoft
  • Constructor Details

    • StiRotaionAnimation

      public StiRotaionAnimation(double startAngle, double endAngle, StiPoint centerPoint, StiTimeSpan duration, StiTimeSpan beginTime)
  • Method Details

    • getType

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

      public double getStartAngle()
      Returns:
      the startAngle
    • setStartAngle

      public void setStartAngle(double startAngle)
      Parameters:
      startAngle - the startAngle to set
    • getEndAngle

      public double getEndAngle()
      Returns:
      the endAngle
    • setEndAngle

      public void setEndAngle(double endAngle)
      Parameters:
      endAngle - the endAngle to set
    • getCenterPoint

      public StiPoint getCenterPoint()
      Returns:
      the centerPoint
    • setCenterPoint

      public void setCenterPoint(StiPoint centerPoint)
      Parameters:
      centerPoint - the centerPoint to set