Class StiColumnAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiColumnAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiColumnAnimation(StiRectangle rectFrom, StiRectangle rectTo, StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidApplyPreviousAnimation(List<StiAnimation> previousAnimations) getType()static booleanIsAnimationChangingValues(IStiSeries series) static booleanIsAnimationChangingValues(IStiSeries series, Object id) voidsetRectFrom(StiRectangle rectFrom) voidsetRectTo(StiRectangle rectTo) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiColumnAnimation
public StiColumnAnimation(StiRectangle rectFrom, StiRectangle rectTo, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getRectFrom
-
setRectFrom
-
getRectTo
-
setRectTo
-
IsAnimationChangingValues
-
IsAnimationChangingValues
-
ApplyPreviousAnimation
-
getType
- Specified by:
getTypein classStiAnimation
-