java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
Direct Known Subclasses:
StiColumnAnimation, StiLabelAnimation, StiOpacityAnimation, StiPieLabelAnimation, StiPieSegmentAnimation, StiPointsAnimation, StiRotaionAnimation, StiRotationAnimation, StiScaleAnimation, StiTranslationAnimation

public abstract class StiAnimation extends Object
Copyright Stimulsoft
  • Field Details

  • Constructor Details

  • Method Details

    • getAnotherAnimation

      public StiAnimation getAnotherAnimation()
    • setAnotherAnimation

      public void setAnotherAnimation(StiAnimation anotherAnimation)
    • getType

      public abstract StiAnimationType getType()
    • getDuration

      public StiTimeSpan getDuration()
      Returns:
      the duration
    • setDuration

      public void setDuration(StiTimeSpan duration)
      Parameters:
      duration - the duration to set
    • getBeginTime

      public StiTimeSpan getBeginTime()
      Returns:
      the beginTime
    • setBeginTime

      public void setBeginTime(StiTimeSpan beginTime)
      Parameters:
      beginTime - the beginTime to set